Html Css Color HEX #B96CDA Medium Orchid

📋 copy color: '#B96CDA'

red 185 ◦ green 108 ◦ blue 218

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

Shades of Medium Orchid #B96CDA

Tints of Medium Orchid #B96CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.14%

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

R = 36.2%
G = 21.14%
B = 42.66%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B96CDA (or 0xB96CDA) is known color: Medium Orchid. HEX triplet: B9, 6C and DA. RGB value is (185,108,218). Sum of RGB (Red+Green+Blue) = 185+108+218=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B96CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CDA is #469325. Grayscale: #8F8F8F. Windows color (decimal): -4625190 or 14314681. OLE color: 14314681.

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

Color convert

RGB 185 108 218 -
CMYK 0.15 0.50 0 0.15
HSL 282º 0.6% 0.64% -
HSV(B) 282º 0.5% 0.85% -
XYZ 38.03 26.1 69.36 -
YUV 143.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 185 108 218 0.15 0.50 0 0.15 282 0.6 0.64
Hex B9 6C DA F 32 0 F 11A 3C 40
Octal 271 154 332 17 62 0 17 432 74 100
Binary 10111001 1101100 11011010 1111 110010 0 1111 100011010 111100 1000000

Color Harmonies of #B96CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CDA

Black with #B96CDA

Text Example


Text Example

White with #B96CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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