Html Css Color HEX #B459FE Medium Orchid

📋 copy color: '#B459FE'

red 180 ◦ green 89 ◦ blue 254

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

Shades of Medium Orchid #B459FE

Tints of Medium Orchid #B459FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 34.42%
G = 17.02%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B459FE (or 0xB459FE) is known color: Medium Orchid. HEX triplet: B4, 59 and FE. RGB value is (180,89,254). Sum of RGB (Red+Green+Blue) = 180+89+254=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B459FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459FE is #4BA601. Grayscale: #868686. Windows color (decimal): -4957698 or 16669108. OLE color: 16669108.

HSL color Cylindrical-coordinate representation of color #B459FE: hue angle of 273.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B459FE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 89 254 -
CMYK 0.29 0.65 0 0.00
HSL 273.09º 0.99% 0.67% -
HSV(B) 273.09º 0.65% 1% -
XYZ 40.28 24 96.28 -
YUV 135.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 180 89 254 0.29 0.65 0 0.00 273.09 0.99 0.67
Hex B4 59 FE 1D 41 0 0 111 63 43
Octal 264 131 376 35 101 0 0 421 143 103
Binary 10110100 1011001 11111110 11101 1000001 0 0 100010001 1100011 1000011

Color Harmonies of #B459FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459FE

Black with #B459FE

Text Example


Text Example

White with #B459FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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