Html Css Color HEX #B96FEF Medium Orchid

📋 copy color: '#B96FEF'

red 185 ◦ green 111 ◦ blue 239

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

Shades of Medium Orchid #B96FEF

Tints of Medium Orchid #B96FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 34.58%
G = 20.75%
B = 44.67%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B96FEF (or 0xB96FEF) is known color: Medium Orchid. HEX triplet: B9, 6F and EF. RGB value is (185,111,239). Sum of RGB (Red+Green+Blue) = 185+111+239=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #B96FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FEF is #469010. Grayscale: #939393. Windows color (decimal): -4624401 or 15691705. OLE color: 15691705.

HSL color Cylindrical-coordinate representation of color #B96FEF: hue angle of 274.69º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96FEF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 111 239 -
CMYK 0.23 0.54 0 0.06
HSL 274.69º 0.8% 0.69% -
HSV(B) 274.69º 0.54% 0.94% -
XYZ 41.27 27.92 84.87 -
YUV 147.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 185 111 239 0.23 0.54 0 0.06 274.69 0.8 0.69
Hex B9 6F EF 17 36 0 6 113 50 45
Octal 271 157 357 27 66 0 6 423 120 105
Binary 10111001 1101111 11101111 10111 110110 0 110 100010011 1010000 1000101

Color Harmonies of #B96FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FEF

Black with #B96FEF

Text Example


Text Example

White with #B96FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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