Html Css Color HEX #B167CB Medium Orchid

📋 copy color: '#B167CB'

red 177 ◦ green 103 ◦ blue 203

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

Shades of Medium Orchid #B167CB

Tints of Medium Orchid #B167CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.33%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 36.65%
G = 21.33%
B = 42.03%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B167CB (or 0xB167CB) is known color: Medium Orchid. HEX triplet: B1, 67 and CB. RGB value is (177,103,203). Sum of RGB (Red+Green+Blue) = 177+103+203=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #B167CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167CB is #4E9834. Grayscale: #888888. Windows color (decimal): -5150773 or 13330353. OLE color: 13330353.

HSL color Cylindrical-coordinate representation of color #B167CB: hue angle of 284.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B167CB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 103 203 -
CMYK 0.13 0.49 0 0.20
HSL 284.4º 0.49% 0.6% -
HSV(B) 284.4º 0.49% 0.8% -
XYZ 33.76 23.36 59.23 -
YUV 136.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 177 103 203 0.13 0.49 0 0.20 284.4 0.49 0.6
Hex B1 67 CB D 31 0 14 11C 31 3C
Octal 261 147 313 15 61 0 24 434 61 74
Binary 10110001 1100111 11001011 1101 110001 0 10100 100011100 110001 111100

Color Harmonies of #B167CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B167CB

Black with #B167CB

Text Example


Text Example

White with #B167CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B167CB; }

 p { color: rgb(177,103,203); }

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

background-color css

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

 a { background-color: rgb(177,103,203); }

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

border-color css

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

 span { border-color: rgb(177,103,203); }

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