Html Css Color HEX #B96FEC Medium Orchid

📋 copy color: '#B96FEC'

red 185 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #B96FEC

Tints of Medium Orchid #B96FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

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

R = 34.77%
G = 20.86%
B = 44.36%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B96FEC (or 0xB96FEC) is known color: Medium Orchid. HEX triplet: B9, 6F and EC. RGB value is (185,111,236). Sum of RGB (Red+Green+Blue) = 185+111+236=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #B96FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FEC is #469013. Grayscale: #929292. Windows color (decimal): -4624404 or 15495097. OLE color: 15495097.

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

Color convert

RGB 185 111 236 -
CMYK 0.22 0.53 0 0.07
HSL 275.52º 0.77% 0.68% -
HSV(B) 275.52º 0.53% 0.93% -
XYZ 40.83 27.74 82.56 -
YUV 147.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 185 111 236 0.22 0.53 0 0.07 275.52 0.77 0.68
Hex B9 6F EC 16 35 0 7 114 4D 44
Octal 271 157 354 26 65 0 7 424 115 104
Binary 10111001 1101111 11101100 10110 110101 0 111 100010100 1001101 1000100

Color Harmonies of #B96FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FEC

Black with #B96FEC

Text Example


Text Example

White with #B96FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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