Html Css Color HEX #B162DF Medium Orchid

📋 copy color: '#B162DF'

red 177 ◦ green 98 ◦ blue 223

#B162DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B162DF

Tints of Medium Orchid #B162DF

RGB

 RED value IS 177 (69.53% from 255) = 35.54%

 GREEN value IS 98 (38.67% from 255) = 19.68%

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 35.54%
G = 19.68%
B = 44.78%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B162DF (or 0xB162DF) is known color: Medium Orchid. HEX triplet: B1, 62 and DF. RGB value is (177,98,223). Sum of RGB (Red+Green+Blue) = 177+98+223=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #B162DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162DF is #4E9D20. Grayscale: #878787. Windows color (decimal): -5152033 or 14639793. OLE color: 14639793.

HSL color Cylindrical-coordinate representation of color #B162DF: hue angle of 277.92º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B162DF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 98 223 -
CMYK 0.21 0.56 0 0.13
HSL 277.92º 0.66% 0.63% -
HSV(B) 277.92º 0.56% 0.87% -
XYZ 35.82 23.41 72.44 -
YUV 135.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 177 98 223 0.21 0.56 0 0.13 277.92 0.66 0.63
Hex B1 62 DF 15 38 0 D 116 42 3F
Octal 261 142 337 25 70 0 15 426 102 77
Binary 10110001 1100010 11011111 10101 111000 0 1101 100010110 1000010 111111

Color Harmonies of #B162DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162DF

Black with #B162DF

Text Example


Text Example

White with #B162DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162DF; }

 p { color: rgb(177,98,223); }

 H1.HeaderClassName
 {
   color: #B162DF;
 }
 .AnyTagClassName
 {
   color: #B162DF;
 }
</style>

background-color css

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

 a { background-color: rgb(177,98,223); }

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

border-color css

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

 span { border-color: rgb(177,98,223); }

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