Html Css Color HEX #B96EF0 Medium Orchid

📋 copy color: '#B96EF0'

red 185 ◦ green 110 ◦ blue 240

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

Shades of Medium Orchid #B96EF0

Tints of Medium Orchid #B96EF0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.56%

 BLUE value IS 240 (94.14% from 255) = 44.86%

R = 34.58%
G = 20.56%
B = 44.86%

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

#B96EF0 (or 0xB96EF0) is known color: Medium Orchid. HEX triplet: B9, 6E and F0. RGB value is (185,110,240). Sum of RGB (Red+Green+Blue) = 185+110+240=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #B96EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EF0 is #46910F. Grayscale: #929292. Windows color (decimal): -4624656 or 15756985. OLE color: 15756985.

HSL color Cylindrical-coordinate representation of color #B96EF0: hue angle of 274.62º degrees, saturation: 0.81, 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 #B96EF0 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 110 240 -
CMYK 0.23 0.54 0 0.06
HSL 274.62º 0.81% 0.69% -
HSV(B) 274.62º 0.54% 0.94% -
XYZ 41.31 27.76 85.62 -
YUV 147.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 185 110 240 0.23 0.54 0 0.06 274.62 0.81 0.69
Hex B9 6E F0 17 36 0 6 113 51 45
Octal 271 156 360 27 66 0 6 423 121 105
Binary 10111001 1101110 11110000 10111 110110 0 110 100010011 1010001 1000101

Color Harmonies of #B96EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EF0

Black with #B96EF0

Text Example


Text Example

White with #B96EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EF0; }

 p { color: rgb(185,110,240); }

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

background-color css

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

 a { background-color: rgb(185,110,240); }

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

border-color css

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

 span { border-color: rgb(185,110,240); }

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