Html Css Color HEX #B96BCA Medium Orchid

📋 copy color: '#B96BCA'

red 185 ◦ green 107 ◦ blue 202

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

Shades of Medium Orchid #B96BCA

Tints of Medium Orchid #B96BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 37.45%
G = 21.66%
B = 40.89%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B96BCA (or 0xB96BCA) is known color: Medium Orchid. HEX triplet: B9, 6B and CA. RGB value is (185,107,202). Sum of RGB (Red+Green+Blue) = 185+107+202=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #B96BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BCA is #469435. Grayscale: #8C8C8C. Windows color (decimal): -4625462 or 13265849. OLE color: 13265849.

HSL color Cylindrical-coordinate representation of color #B96BCA: hue angle of 289.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96BCA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 107 202 -
CMYK 0.08 0.47 0 0.21
HSL 289.26º 0.47% 0.61% -
HSV(B) 289.26º 0.47% 0.79% -
XYZ 35.93 25.09 58.83 -
YUV 141.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 185 107 202 0.08 0.47 0 0.21 289.26 0.47 0.61
Hex B9 6B CA 8 2F 0 15 121 2F 3D
Octal 271 153 312 10 57 0 25 441 57 75
Binary 10111001 1101011 11001010 1000 101111 0 10101 100100001 101111 111101

Color Harmonies of #B96BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BCA

Black with #B96BCA

Text Example


Text Example

White with #B96BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BCA; }

 p { color: rgb(185,107,202); }

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

background-color css

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

 a { background-color: rgb(185,107,202); }

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

border-color css

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

 span { border-color: rgb(185,107,202); }

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