Html Css Color HEX #B96FC8 Medium Orchid

📋 copy color: '#B96FC8'

red 185 ◦ green 111 ◦ blue 200

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

Shades of Medium Orchid #B96FC8

Tints of Medium Orchid #B96FC8

RGB

 RED value IS 185 (72.66% from 255) = 37.3%

 GREEN value IS 111 (43.75% from 255) = 22.38%

 BLUE value IS 200 (78.52% from 255) = 40.32%

R = 37.3%
G = 22.38%
B = 40.32%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B96FC8 (or 0xB96FC8) is known color: Medium Orchid. HEX triplet: B9, 6F and C8. RGB value is (185,111,200). Sum of RGB (Red+Green+Blue) = 185+111+200=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #B96FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FC8 is #469037. Grayscale: #8E8E8E. Windows color (decimal): -4624440 or 13135801. OLE color: 13135801.

HSL color Cylindrical-coordinate representation of color #B96FC8: hue angle of 289.89º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96FC8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 111 200 -
CMYK 0.08 0.44 0 0.22
HSL 289.89º 0.45% 0.61% -
HSV(B) 289.89º 0.45% 0.78% -
XYZ 36.12 25.85 57.73 -
YUV 143.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 185 111 200 0.08 0.44 0 0.22 289.89 0.45 0.61
Hex B9 6F C8 8 2C 0 16 122 2D 3D
Octal 271 157 310 10 54 0 26 442 55 75
Binary 10111001 1101111 11001000 1000 101100 0 10110 100100010 101101 111101

Color Harmonies of #B96FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FC8

Black with #B96FC8

Text Example


Text Example

White with #B96FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FC8; }

 p { color: rgb(185,111,200); }

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

background-color css

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

 a { background-color: rgb(185,111,200); }

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

border-color css

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

 span { border-color: rgb(185,111,200); }

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