Html Css Color HEX #B459F9 Medium Orchid

📋 copy color: '#B459F9'

red 180 ◦ green 89 ◦ blue 249

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

Shades of Medium Orchid #B459F9

Tints of Medium Orchid #B459F9

RGB

 RED value IS 180 (70.7% from 255) = 34.75%

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

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 34.75%
G = 17.18%
B = 48.07%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B459F9 (or 0xB459F9) is known color: Medium Orchid. HEX triplet: B4, 59 and F9. RGB value is (180,89,249). Sum of RGB (Red+Green+Blue) = 180+89+249=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #B459F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459F9 is #4BA606. Grayscale: #858585. Windows color (decimal): -4957703 or 16341428. OLE color: 16341428.

HSL color Cylindrical-coordinate representation of color #B459F9: hue angle of 274.12º degrees, saturation: 0.93, 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 #B459F9 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 89 249 -
CMYK 0.28 0.64 0 0.02
HSL 274.13º 0.93% 0.66% -
HSV(B) 274.13º 0.64% 0.98% -
XYZ 39.49 23.69 92.11 -
YUV 134.45 192.65 160.49 -
System Red Green Blue C M Y K H S L
Decimal 180 89 249 0.28 0.64 0 0.02 274.13 0.93 0.66
Hex B4 59 F9 1C 40 0 2 112 5D 42
Octal 264 131 371 34 100 0 2 422 135 102
Binary 10110100 1011001 11111001 11100 1000000 0 10 100010010 1011101 1000010

Color Harmonies of #B459F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459F9

Black with #B459F9

Text Example


Text Example

White with #B459F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459F9; }

 p { color: rgb(180,89,249); }

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

background-color css

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

 a { background-color: rgb(180,89,249); }

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

border-color css

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

 span { border-color: rgb(180,89,249); }

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