Html Css Color HEX #B168CC Medium Orchid

📋 copy color: '#B168CC'

red 177 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #B168CC

Tints of Medium Orchid #B168CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.44%

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 36.49%
G = 21.44%
B = 42.06%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B168CC (or 0xB168CC) is known color: Medium Orchid. HEX triplet: B1, 68 and CC. RGB value is (177,104,204). Sum of RGB (Red+Green+Blue) = 177+104+204=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B168CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168CC is #4E9733. Grayscale: #888888. Windows color (decimal): -5150516 or 13396145. OLE color: 13396145.

HSL color Cylindrical-coordinate representation of color #B168CC: hue angle of 283.8º degrees, saturation: 0.5, 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 #B168CC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 104 204 -
CMYK 0.13 0.49 0 0.2
HSL 283.8º 0.5% 0.6% -
HSV(B) 283.8º 0.49% 0.8% -
XYZ 33.98 23.61 59.89 -
YUV 137.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 177 104 204 0.13 0.49 0 0.2 283.8 0.5 0.6
Hex B1 68 CC D 31 0 14 11C 32 3C
Octal 261 150 314 15 61 0 24 434 62 74
Binary 10110001 1101000 11001100 1101 110001 0 10100 100011100 110010 111100

Color Harmonies of #B168CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168CC

Black with #B168CC

Text Example


Text Example

White with #B168CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168CC; }

 p { color: rgb(177,104,204); }

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

background-color css

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

 a { background-color: rgb(177,104,204); }

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

border-color css

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

 span { border-color: rgb(177,104,204); }

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