Html Css Color HEX #B96AD0 Medium Orchid

📋 copy color: '#B96AD0'

red 185 ◦ green 106 ◦ blue 208

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

Shades of Medium Orchid #B96AD0

Tints of Medium Orchid #B96AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.24%

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 37.07%
G = 21.24%
B = 41.68%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B96AD0 (or 0xB96AD0) is known color: Medium Orchid. HEX triplet: B9, 6A and D0. RGB value is (185,106,208). Sum of RGB (Red+Green+Blue) = 185+106+208=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #B96AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96AD0 is #46952F. Grayscale: #8C8C8C. Windows color (decimal): -4625712 or 13658809. OLE color: 13658809.

HSL color Cylindrical-coordinate representation of color #B96AD0: hue angle of 286.47º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96AD0 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 106 208 -
CMYK 0.11 0.49 0 0.18
HSL 286.47º 0.52% 0.62% -
HSV(B) 286.47º 0.49% 0.82% -
XYZ 36.55 25.18 62.61 -
YUV 141.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 185 106 208 0.11 0.49 0 0.18 286.47 0.52 0.62
Hex B9 6A D0 B 31 0 12 11E 34 3E
Octal 271 152 320 13 61 0 22 436 64 76
Binary 10111001 1101010 11010000 1011 110001 0 10010 100011110 110100 111110

Color Harmonies of #B96AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AD0

Black with #B96AD0

Text Example


Text Example

White with #B96AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AD0; }

 p { color: rgb(185,106,208); }

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

background-color css

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

 a { background-color: rgb(185,106,208); }

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

border-color css

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

 span { border-color: rgb(185,106,208); }

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