Html Css Color HEX #B459FB Medium Orchid

📋 copy color: '#B459FB'

red 180 ◦ green 89 ◦ blue 251

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

Shades of Medium Orchid #B459FB

Tints of Medium Orchid #B459FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 34.62%
G = 17.12%
B = 48.27%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B459FB (or 0xB459FB) is known color: Medium Orchid. HEX triplet: B4, 59 and FB. RGB value is (180,89,251). Sum of RGB (Red+Green+Blue) = 180+89+251=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #B459FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459FB is #4BA604. Grayscale: #868686. Windows color (decimal): -4957701 or 16472500. OLE color: 16472500.

HSL color Cylindrical-coordinate representation of color #B459FB: hue angle of 273.7º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B459FB is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 89 251 -
CMYK 0.28 0.65 0 0.02
HSL 273.7º 0.95% 0.67% -
HSV(B) 273.7º 0.65% 0.98% -
XYZ 39.81 23.81 93.77 -
YUV 134.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 180 89 251 0.28 0.65 0 0.02 273.7 0.95 0.67
Hex B4 59 FB 1C 41 0 2 112 5F 43
Octal 264 131 373 34 101 0 2 422 137 103
Binary 10110100 1011001 11111011 11100 1000001 0 10 100010010 1011111 1000011

Color Harmonies of #B459FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459FB

Black with #B459FB

Text Example


Text Example

White with #B459FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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