Html Css Color HEX #B96DED Medium Orchid

📋 copy color: '#B96DED'

red 185 ◦ green 109 ◦ blue 237

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

Shades of Medium Orchid #B96DED

Tints of Medium Orchid #B96DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 34.84%
G = 20.53%
B = 44.63%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B96DED (or 0xB96DED) is known color: Medium Orchid. HEX triplet: B9, 6D and ED. RGB value is (185,109,237). Sum of RGB (Red+Green+Blue) = 185+109+237=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #B96DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DED is #469212. Grayscale: #919191. Windows color (decimal): -4624915 or 15560121. OLE color: 15560121.

HSL color Cylindrical-coordinate representation of color #B96DED: hue angle of 275.62º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96DED is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 109 237 -
CMYK 0.22 0.54 0 0.07
HSL 275.63º 0.78% 0.68% -
HSV(B) 275.63º 0.54% 0.93% -
XYZ 40.76 27.37 83.25 -
YUV 146.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 185 109 237 0.22 0.54 0 0.07 275.63 0.78 0.68
Hex B9 6D ED 16 36 0 7 114 4E 44
Octal 271 155 355 26 66 0 7 424 116 104
Binary 10111001 1101101 11101101 10110 110110 0 111 100010100 1001110 1000100

Color Harmonies of #B96DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DED

Black with #B96DED

Text Example


Text Example

White with #B96DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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