Html Css Color HEX #B459FA Medium Orchid

📋 copy color: '#B459FA'

red 180 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #B459FA

Tints of Medium Orchid #B459FA

RGB

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

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

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

R = 34.68%
G = 17.15%
B = 48.17%

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

#B459FA (or 0xB459FA) is known color: Medium Orchid. HEX triplet: B4, 59 and FA. RGB value is (180,89,250). Sum of RGB (Red+Green+Blue) = 180+89+250=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #B459FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459FA is #4BA605. Grayscale: #868686. Windows color (decimal): -4957702 or 16406964. OLE color: 16406964.

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

Color convert

RGB 180 89 250 -
CMYK 0.28 0.64 0 0.02
HSL 273.91º 0.94% 0.66% -
HSV(B) 273.91º 0.64% 0.98% -
XYZ 39.65 23.75 92.94 -
YUV 134.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 180 89 250 0.28 0.64 0 0.02 273.91 0.94 0.66
Hex B4 59 FA 1C 40 0 2 112 5E 42
Octal 264 131 372 34 100 0 2 422 136 102
Binary 10110100 1011001 11111010 11100 1000000 0 10 100010010 1011110 1000010

Color Harmonies of #B459FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459FA

Black with #B459FA

Text Example


Text Example

White with #B459FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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