Html Css Color HEX #B96AF0 Medium Orchid

📋 copy color: '#B96AF0'

red 185 ◦ green 106 ◦ blue 240

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

Shades of Medium Orchid #B96AF0

Tints of Medium Orchid #B96AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.96%

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

R = 34.84%
G = 19.96%
B = 45.2%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B96AF0 (or 0xB96AF0) is known color: Medium Orchid. HEX triplet: B9, 6A and F0. RGB value is (185,106,240). Sum of RGB (Red+Green+Blue) = 185+106+240=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #B96AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96AF0 is #46950F. Grayscale: #909090. Windows color (decimal): -4625680 or 15755961. OLE color: 15755961.

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

Color convert

RGB 185 106 240 -
CMYK 0.23 0.56 0 0.06
HSL 275.37º 0.82% 0.68% -
HSV(B) 275.37º 0.56% 0.94% -
XYZ 40.89 26.91 85.48 -
YUV 144.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 185 106 240 0.23 0.56 0 0.06 275.37 0.82 0.68
Hex B9 6A F0 17 38 0 6 113 52 44
Octal 271 152 360 27 70 0 6 423 122 104
Binary 10111001 1101010 11110000 10111 111000 0 110 100010011 1010010 1000100

Color Harmonies of #B96AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AF0

Black with #B96AF0

Text Example


Text Example

White with #B96AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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