Html Css Color HEX #B459EF Medium Orchid

📋 copy color: '#B459EF'

red 180 ◦ green 89 ◦ blue 239

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

Shades of Medium Orchid #B459EF

Tints of Medium Orchid #B459EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 35.43%
G = 17.52%
B = 47.05%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B459EF (or 0xB459EF) is known color: Medium Orchid. HEX triplet: B4, 59 and EF. RGB value is (180,89,239). Sum of RGB (Red+Green+Blue) = 180+89+239=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #B459EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459EF is #4BA610. Grayscale: #848484. Windows color (decimal): -4957713 or 15686068. OLE color: 15686068.

HSL color Cylindrical-coordinate representation of color #B459EF: hue angle of 276.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B459EF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 89 239 -
CMYK 0.25 0.63 0 0.06
HSL 276.4º 0.82% 0.64% -
HSV(B) 276.4º 0.63% 0.94% -
XYZ 37.97 23.08 84.11 -
YUV 133.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 180 89 239 0.25 0.63 0 0.06 276.4 0.82 0.64
Hex B4 59 EF 19 3F 0 6 114 52 40
Octal 264 131 357 31 77 0 6 424 122 100
Binary 10110100 1011001 11101111 11001 111111 0 110 100010100 1010010 1000000

Color Harmonies of #B459EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459EF

Black with #B459EF

Text Example


Text Example

White with #B459EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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