Html Css Color HEX #B959F7 Medium Orchid

📋 copy color: '#B959F7'

red 185 ◦ green 89 ◦ blue 247

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

Shades of Medium Orchid #B959F7

Tints of Medium Orchid #B959F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.41%

R = 35.51%
G = 17.08%
B = 47.41%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B959F7 (or 0xB959F7) is known color: Medium Orchid. HEX triplet: B9, 59 and F7. RGB value is (185,89,247). Sum of RGB (Red+Green+Blue) = 185+89+247=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #B959F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959F7 is #46A608. Grayscale: #878787. Windows color (decimal): -4630025 or 16210361. OLE color: 16210361.

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

Color convert

RGB 185 89 247 -
CMYK 0.25 0.64 0 0.03
HSL 276.46º 0.91% 0.66% -
HSV(B) 276.46º 0.64% 0.97% -
XYZ 40.37 24.17 90.53 -
YUV 135.72 190.8 163.15 -
System Red Green Blue C M Y K H S L
Decimal 185 89 247 0.25 0.64 0 0.03 276.46 0.91 0.66
Hex B9 59 F7 19 40 0 3 114 5B 42
Octal 271 131 367 31 100 0 3 424 133 102
Binary 10111001 1011001 11110111 11001 1000000 0 11 100010100 1011011 1000010

Color Harmonies of #B959F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959F7

Black with #B959F7

Text Example


Text Example

White with #B959F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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