Html Css Color HEX #B96BDA Medium Orchid

📋 copy color: '#B96BDA'

red 185 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #B96BDA

Tints of Medium Orchid #B96BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 36.27%
G = 20.98%
B = 42.75%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B96BDA (or 0xB96BDA) is known color: Medium Orchid. HEX triplet: B9, 6B and DA. RGB value is (185,107,218). Sum of RGB (Red+Green+Blue) = 185+107+218=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B96BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BDA is #469425. Grayscale: #8E8E8E. Windows color (decimal): -4625446 or 14314425. OLE color: 14314425.

HSL color Cylindrical-coordinate representation of color #B96BDA: hue angle of 282.16º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96BDA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 107 218 -
CMYK 0.15 0.51 0 0.15
HSL 282.16º 0.6% 0.64% -
HSV(B) 282.16º 0.51% 0.85% -
XYZ 37.92 25.89 69.33 -
YUV 142.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 185 107 218 0.15 0.51 0 0.15 282.16 0.6 0.64
Hex B9 6B DA F 33 0 F 11A 3C 40
Octal 271 153 332 17 63 0 17 432 74 100
Binary 10111001 1101011 11011010 1111 110011 0 1111 100011010 111100 1000000

Color Harmonies of #B96BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BDA

Black with #B96BDA

Text Example


Text Example

White with #B96BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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