Html Css Color HEX #B459D6 Medium Orchid

📋 copy color: '#B459D6'

red 180 ◦ green 89 ◦ blue 214

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

Shades of Medium Orchid #B459D6

Tints of Medium Orchid #B459D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 37.27%
G = 18.43%
B = 44.31%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B459D6 (or 0xB459D6) is known color: Medium Orchid. HEX triplet: B4, 59 and D6. RGB value is (180,89,214). Sum of RGB (Red+Green+Blue) = 180+89+214=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #B459D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459D6 is #4BA629. Grayscale: #828282. Windows color (decimal): -4957738 or 14047668. OLE color: 14047668.

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

Color convert

RGB 180 89 214 -
CMYK 0.16 0.58 0 0.16
HSL 283.68º 0.6% 0.59% -
HSV(B) 283.68º 0.58% 0.84% -
XYZ 34.53 21.7 65.99 -
YUV 130.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 180 89 214 0.16 0.58 0 0.16 283.68 0.6 0.59
Hex B4 59 D6 10 3A 0 10 11C 3C 3B
Octal 264 131 326 20 72 0 20 434 74 73
Binary 10110100 1011001 11010110 10000 111010 0 10000 100011100 111100 111011

Color Harmonies of #B459D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459D6

Black with #B459D6

Text Example


Text Example

White with #B459D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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