Html Css Color HEX #B167CE Medium Orchid

📋 copy color: '#B167CE'

red 177 ◦ green 103 ◦ blue 206

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

Shades of Medium Orchid #B167CE

Tints of Medium Orchid #B167CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 36.42%
G = 21.19%
B = 42.39%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B167CE (or 0xB167CE) is known color: Medium Orchid. HEX triplet: B1, 67 and CE. RGB value is (177,103,206). Sum of RGB (Red+Green+Blue) = 177+103+206=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B167CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167CE is #4E9831. Grayscale: #888888. Windows color (decimal): -5150770 or 13526961. OLE color: 13526961.

HSL color Cylindrical-coordinate representation of color #B167CE: hue angle of 283.11º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B167CE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 103 206 -
CMYK 0.14 0.50 0 0.19
HSL 283.11º 0.51% 0.61% -
HSV(B) 283.11º 0.5% 0.81% -
XYZ 34.12 23.5 61.13 -
YUV 136.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 177 103 206 0.14 0.50 0 0.19 283.11 0.51 0.61
Hex B1 67 CE E 32 0 13 11B 33 3D
Octal 261 147 316 16 62 0 23 433 63 75
Binary 10110001 1100111 11001110 1110 110010 0 10011 100011011 110011 111101

Color Harmonies of #B167CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B167CE

Black with #B167CE

Text Example


Text Example

White with #B167CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B167CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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