Html Css Color HEX #B96CE0 Medium Orchid

📋 copy color: '#B96CE0'

red 185 ◦ green 108 ◦ blue 224

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

Shades of Medium Orchid #B96CE0

Tints of Medium Orchid #B96CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 35.78%
G = 20.89%
B = 43.33%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B96CE0 (or 0xB96CE0) is known color: Medium Orchid. HEX triplet: B9, 6C and E0. RGB value is (185,108,224). Sum of RGB (Red+Green+Blue) = 185+108+224=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #B96CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CE0 is #46931F. Grayscale: #8F8F8F. Windows color (decimal): -4625184 or 14707897. OLE color: 14707897.

HSL color Cylindrical-coordinate representation of color #B96CE0: hue angle of 279.83º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96CE0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 108 224 -
CMYK 0.17 0.52 0 0.12
HSL 279.83º 0.65% 0.65% -
HSV(B) 279.83º 0.52% 0.88% -
XYZ 38.82 26.42 73.57 -
YUV 144.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 185 108 224 0.17 0.52 0 0.12 279.83 0.65 0.65
Hex B9 6C E0 11 34 0 C 118 41 41
Octal 271 154 340 21 64 0 14 430 101 101
Binary 10111001 1101100 11100000 10001 110100 0 1100 100011000 1000001 1000001

Color Harmonies of #B96CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CE0

Black with #B96CE0

Text Example


Text Example

White with #B96CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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