Html Css Color HEX #B959FA Medium Orchid

📋 copy color: '#B959FA'

red 185 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #B959FA

Tints of Medium Orchid #B959FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 35.31%
G = 16.98%
B = 47.71%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B959FA (or 0xB959FA) is known color: Medium Orchid. HEX triplet: B9, 59 and FA. RGB value is (185,89,250). Sum of RGB (Red+Green+Blue) = 185+89+250=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #B959FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959FA is #46A605. Grayscale: #878787. Windows color (decimal): -4630022 or 16406969. OLE color: 16406969.

HSL color Cylindrical-coordinate representation of color #B959FA: hue angle of 275.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B959FA is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 89 250 -
CMYK 0.26 0.64 0 0.02
HSL 275.78º 0.94% 0.66% -
HSV(B) 275.78º 0.64% 0.98% -
XYZ 40.84 24.36 92.99 -
YUV 136.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 185 89 250 0.26 0.64 0 0.02 275.78 0.94 0.66
Hex B9 59 FA 1A 40 0 2 114 5E 42
Octal 271 131 372 32 100 0 2 424 136 102
Binary 10111001 1011001 11111010 11010 1000000 0 10 100010100 1011110 1000010

Color Harmonies of #B959FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959FA

Black with #B959FA

Text Example


Text Example

White with #B959FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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