Html Css Color HEX #B96CEC Medium Orchid

📋 copy color: '#B96CEC'

red 185 ◦ green 108 ◦ blue 236

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

Shades of Medium Orchid #B96CEC

Tints of Medium Orchid #B96CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 34.97%
G = 20.42%
B = 44.61%

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

#B96CEC (or 0xB96CEC) is known color: Medium Orchid. HEX triplet: B9, 6C and EC. RGB value is (185,108,236). Sum of RGB (Red+Green+Blue) = 185+108+236=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #B96CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CEC is #469313. Grayscale: #919191. Windows color (decimal): -4625172 or 15494329. OLE color: 15494329.

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

Color convert

RGB 185 108 236 -
CMYK 0.22 0.54 0 0.07
HSL 276.09º 0.77% 0.67% -
HSV(B) 276.09º 0.54% 0.93% -
XYZ 40.51 27.1 82.45 -
YUV 145.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 185 108 236 0.22 0.54 0 0.07 276.09 0.77 0.67
Hex B9 6C EC 16 36 0 7 114 4D 43
Octal 271 154 354 26 66 0 7 424 115 103
Binary 10111001 1101100 11101100 10110 110110 0 111 100010100 1001101 1000011

Color Harmonies of #B96CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CEC

Black with #B96CEC

Text Example


Text Example

White with #B96CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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