Html Css Color HEX #B959F6 Medium Orchid

📋 copy color: '#B959F6'

red 185 ◦ green 89 ◦ blue 246

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

Shades of Medium Orchid #B959F6

Tints of Medium Orchid #B959F6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.12%

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 35.58%
G = 17.12%
B = 47.31%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B959F6 (or 0xB959F6) is known color: Medium Orchid. HEX triplet: B9, 59 and F6. RGB value is (185,89,246). Sum of RGB (Red+Green+Blue) = 185+89+246=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #B959F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959F6 is #46A609. Grayscale: #878787. Windows color (decimal): -4630026 or 16144825. OLE color: 16144825.

HSL color Cylindrical-coordinate representation of color #B959F6: hue angle of 276.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B959F6 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 89 246 -
CMYK 0.25 0.64 0 0.04
HSL 276.69º 0.9% 0.66% -
HSV(B) 276.69º 0.64% 0.96% -
XYZ 40.21 24.11 89.72 -
YUV 135.6 190.3 163.23 -
System Red Green Blue C M Y K H S L
Decimal 185 89 246 0.25 0.64 0 0.04 276.69 0.9 0.66
Hex B9 59 F6 19 40 0 4 115 5A 42
Octal 271 131 366 31 100 0 4 425 132 102
Binary 10111001 1011001 11110110 11001 1000000 0 100 100010101 1011010 1000010

Color Harmonies of #B959F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959F6

Black with #B959F6

Text Example


Text Example

White with #B959F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959F6; }

 p { color: rgb(185,89,246); }

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

background-color css

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

 a { background-color: rgb(185,89,246); }

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

border-color css

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

 span { border-color: rgb(185,89,246); }

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