#B633F2

Color #B633F2 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B633F2

Tints of Medium Orchid #B633F2

Color information

#B633F2 (or 0xB633F2) is unknown color: approx Medium Orchid. HEX triplet: B6, 33 and F2. RGB value is (182,51,242). Sum of RGB (Red+Green+Blue) = 182+51+242=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #B633F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B633F2 is #49CC0D. Grayscale: #6F6F6F. Windows color (decimal): -4836366 or 15872950. OLE color: 15872950.

HSL color Cylindrical-coordinate representation of color #B633F2: hue angle of 281.15º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B633F2 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18251242-
CMYK0.250.7900.05
HSL281.15º88.02%57.45%-
HSV(B)281.15º78.93%94.9%-
XYZ36.518.7285.69-
YUV111.94201.4177.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 51 (20.31% from 255) = 10.74%
BLUE value IS 242 (94.92% from 255) = 50.95%
R=38.32%
G=10.74%
B=50.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182512420.250.7900.05281.1588.0257.45
HexB633F2194F051195839
Octal26663362311170543113071
Binary101101101100111111001011001100111101011000110011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B633F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B633F2; }

 p { color: rgb(182,51,242); }

 H1.HeaderClassName
 {
   color: #B633F2;
 }
 .AnyTagClassName
 {
   color: #B633F2;
 }
</style>
background-color css

<style>
 a { background-color: #B633F2; }

 a { background-color: rgb(182,51,242); }

 div.DivClassName
 {
   background-color: #B633F2;
 }
 .BgClassName
 {
   background-color: #B633F2;
 }
</style>
border-color css

<style>
 span { border-color: #B633F2; }

 span { border-color: rgb(182,51,242); }

 td.TdClassName
 {
   border-color: #B633F2;
 }
 .TagClassName
 {
   border-color: #B633F2;
 }
</style>