Html Css Color HEX #B459D7 Medium Orchid

📋 copy color: '#B459D7'

red 180 ◦ green 89 ◦ blue 215

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

Shades of Medium Orchid #B459D7

Tints of Medium Orchid #B459D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 37.19%
G = 18.39%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B459D7 (or 0xB459D7) is known color: Medium Orchid. HEX triplet: B4, 59 and D7. RGB value is (180,89,215). Sum of RGB (Red+Green+Blue) = 180+89+215=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #B459D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459D7 is #4BA628. Grayscale: #828282. Windows color (decimal): -4957737 or 14113204. OLE color: 14113204.

HSL color Cylindrical-coordinate representation of color #B459D7: hue angle of 283.33º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B459D7 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 89 215 -
CMYK 0.16 0.59 0 0.16
HSL 283.33º 0.61% 0.6% -
HSV(B) 283.33º 0.59% 0.84% -
XYZ 34.66 21.75 66.66 -
YUV 130.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 180 89 215 0.16 0.59 0 0.16 283.33 0.61 0.6
Hex B4 59 D7 10 3B 0 10 11B 3D 3C
Octal 264 131 327 20 73 0 20 433 75 74
Binary 10110100 1011001 11010111 10000 111011 0 10000 100011011 111101 111100

Color Harmonies of #B459D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459D7

Black with #B459D7

Text Example


Text Example

White with #B459D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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