Html Css Color HEX #B459F5 Medium Orchid

📋 copy color: '#B459F5'

red 180 ◦ green 89 ◦ blue 245

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

Shades of Medium Orchid #B459F5

Tints of Medium Orchid #B459F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.67%

R = 35.02%
G = 17.32%
B = 47.67%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B459F5 (or 0xB459F5) is known color: Medium Orchid. HEX triplet: B4, 59 and F5. RGB value is (180,89,245). Sum of RGB (Red+Green+Blue) = 180+89+245=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #B459F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459F5 is #4BA60A. Grayscale: #858585. Windows color (decimal): -4957707 or 16079284. OLE color: 16079284.

HSL color Cylindrical-coordinate representation of color #B459F5: hue angle of 275º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B459F5 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 89 245 -
CMYK 0.27 0.64 0 0.04
HSL 275º 0.89% 0.65% -
HSV(B) 275º 0.64% 0.96% -
XYZ 38.88 23.44 88.86 -
YUV 133.99 190.65 160.82 -
System Red Green Blue C M Y K H S L
Decimal 180 89 245 0.27 0.64 0 0.04 275 0.89 0.65
Hex B4 59 F5 1B 40 0 4 113 59 41
Octal 264 131 365 33 100 0 4 423 131 101
Binary 10110100 1011001 11110101 11011 1000000 0 100 100010011 1011001 1000001

Color Harmonies of #B459F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459F5

Black with #B459F5

Text Example


Text Example

White with #B459F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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