Html Css Color HEX #B96CEE Medium Orchid

📋 copy color: '#B96CEE'

red 185 ◦ green 108 ◦ blue 238

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

Shades of Medium Orchid #B96CEE

Tints of Medium Orchid #B96CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 34.84%
G = 20.34%
B = 44.82%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B96CEE (or 0xB96CEE) is known color: Medium Orchid. HEX triplet: B9, 6C and EE. RGB value is (185,108,238). Sum of RGB (Red+Green+Blue) = 185+108+238=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #B96CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CEE is #469311. Grayscale: #919191. Windows color (decimal): -4625170 or 15625401. OLE color: 15625401.

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

Color convert

RGB 185 108 238 -
CMYK 0.22 0.55 0 0.07
HSL 275.54º 0.79% 0.68% -
HSV(B) 275.54º 0.55% 0.93% -
XYZ 40.8 27.21 83.99 -
YUV 145.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 185 108 238 0.22 0.55 0 0.07 275.54 0.79 0.68
Hex B9 6C EE 16 37 0 7 114 4F 44
Octal 271 154 356 26 67 0 7 424 117 104
Binary 10111001 1101100 11101110 10110 110111 0 111 100010100 1001111 1000100

Color Harmonies of #B96CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CEE

Black with #B96CEE

Text Example


Text Example

White with #B96CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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