Html Css Color HEX #B459ED Medium Orchid

📋 copy color: '#B459ED'

red 180 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #B459ED

Tints of Medium Orchid #B459ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 35.57%
G = 17.59%
B = 46.84%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B459ED (or 0xB459ED) is known color: Medium Orchid. HEX triplet: B4, 59 and ED. RGB value is (180,89,237). Sum of RGB (Red+Green+Blue) = 180+89+237=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #B459ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459ED is #4BA612. Grayscale: #848484. Windows color (decimal): -4957715 or 15554996. OLE color: 15554996.

HSL color Cylindrical-coordinate representation of color #B459ED: hue angle of 276.89º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B459ED is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 89 237 -
CMYK 0.24 0.62 0 0.07
HSL 276.89º 0.8% 0.64% -
HSV(B) 276.89º 0.62% 0.93% -
XYZ 37.68 22.96 82.57 -
YUV 133.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 180 89 237 0.24 0.62 0 0.07 276.89 0.8 0.64
Hex B4 59 ED 18 3E 0 7 115 50 40
Octal 264 131 355 30 76 0 7 425 120 100
Binary 10110100 1011001 11101101 11000 111110 0 111 100010101 1010000 1000000

Color Harmonies of #B459ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459ED

Black with #B459ED

Text Example


Text Example

White with #B459ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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