Html Css Color HEX #B96DD4 Medium Orchid

📋 copy color: '#B96DD4'

red 185 ◦ green 109 ◦ blue 212

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

Shades of Medium Orchid #B96DD4

Tints of Medium Orchid #B96DD4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.54%

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 36.56%
G = 21.54%
B = 41.9%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B96DD4 (or 0xB96DD4) is known color: Medium Orchid. HEX triplet: B9, 6D and D4. RGB value is (185,109,212). Sum of RGB (Red+Green+Blue) = 185+109+212=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #B96DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DD4 is #46922B. Grayscale: #8F8F8F. Windows color (decimal): -4624940 or 13921721. OLE color: 13921721.

HSL color Cylindrical-coordinate representation of color #B96DD4: hue angle of 284.27º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96DD4 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 109 212 -
CMYK 0.13 0.49 0 0.17
HSL 284.27º 0.54% 0.63% -
HSV(B) 284.27º 0.49% 0.83% -
XYZ 37.36 26.01 65.34 -
YUV 143.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 185 109 212 0.13 0.49 0 0.17 284.27 0.54 0.63
Hex B9 6D D4 D 31 0 11 11C 36 3F
Octal 271 155 324 15 61 0 21 434 66 77
Binary 10111001 1101101 11010100 1101 110001 0 10001 100011100 110110 111111

Color Harmonies of #B96DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DD4

Black with #B96DD4

Text Example


Text Example

White with #B96DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DD4; }

 p { color: rgb(185,109,212); }

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

background-color css

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

 a { background-color: rgb(185,109,212); }

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

border-color css

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

 span { border-color: rgb(185,109,212); }

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