Html Css Color HEX #B959EF Medium Orchid

📋 copy color: '#B959EF'

red 185 ◦ green 89 ◦ blue 239

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

Shades of Medium Orchid #B959EF

Tints of Medium Orchid #B959EF

RGB

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

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

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

R = 36.06%
G = 17.35%
B = 46.59%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B959EF (or 0xB959EF) is known color: Medium Orchid. HEX triplet: B9, 59 and EF. RGB value is (185,89,239). Sum of RGB (Red+Green+Blue) = 185+89+239=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #B959EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959EF is #46A610. Grayscale: #868686. Windows color (decimal): -4630033 or 15686073. OLE color: 15686073.

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

Color convert

RGB 185 89 239 -
CMYK 0.23 0.63 0 0.06
HSL 278.4º 0.82% 0.64% -
HSV(B) 278.4º 0.63% 0.94% -
XYZ 39.16 23.69 84.17 -
YUV 134.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 185 89 239 0.23 0.63 0 0.06 278.4 0.82 0.64
Hex B9 59 EF 17 3F 0 6 116 52 40
Octal 271 131 357 27 77 0 6 426 122 100
Binary 10111001 1011001 11101111 10111 111111 0 110 100010110 1010010 1000000

Color Harmonies of #B959EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959EF

Black with #B959EF

Text Example


Text Example

White with #B959EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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