Html Css Color HEX #B459DE Medium Orchid

📋 copy color: '#B459DE'

red 180 ◦ green 89 ◦ blue 222

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

Shades of Medium Orchid #B459DE

Tints of Medium Orchid #B459DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 36.66%
G = 18.13%
B = 45.21%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B459DE (or 0xB459DE) is known color: Medium Orchid. HEX triplet: B4, 59 and DE. RGB value is (180,89,222). Sum of RGB (Red+Green+Blue) = 180+89+222=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #B459DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459DE is #4BA621. Grayscale: #828282. Windows color (decimal): -4957730 or 14571956. OLE color: 14571956.

HSL color Cylindrical-coordinate representation of color #B459DE: hue angle of 281.05º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B459DE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 89 222 -
CMYK 0.19 0.60 0 0.13
HSL 281.05º 0.67% 0.61% -
HSV(B) 281.05º 0.6% 0.87% -
XYZ 35.58 22.12 71.5 -
YUV 131.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 180 89 222 0.19 0.60 0 0.13 281.05 0.67 0.61
Hex B4 59 DE 13 3C 0 D 119 43 3D
Octal 264 131 336 23 74 0 15 431 103 75
Binary 10110100 1011001 11011110 10011 111100 0 1101 100011001 1000011 111101

Color Harmonies of #B459DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459DE

Black with #B459DE

Text Example


Text Example

White with #B459DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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