Html Css Color HEX #B456D8 Medium Orchid

📋 copy color: '#B456D8'

red 180 ◦ green 86 ◦ blue 216

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

Shades of Medium Orchid #B456D8

Tints of Medium Orchid #B456D8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 37.34%
G = 17.84%
B = 44.81%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B456D8 (or 0xB456D8) is known color: Medium Orchid. HEX triplet: B4, 56 and D8. RGB value is (180,86,216). Sum of RGB (Red+Green+Blue) = 180+86+216=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #B456D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456D8 is #4BA927. Grayscale: #808080. Windows color (decimal): -4958504 or 14177972. OLE color: 14177972.

HSL color Cylindrical-coordinate representation of color #B456D8: hue angle of 283.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B456D8 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 86 216 -
CMYK 0.17 0.60 0 0.15
HSL 283.38º 0.63% 0.59% -
HSV(B) 283.38º 0.6% 0.85% -
XYZ 34.54 21.32 67.26 -
YUV 128.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 180 86 216 0.17 0.60 0 0.15 283.38 0.63 0.59
Hex B4 56 D8 11 3C 0 F 11B 3E 3B
Octal 264 126 330 21 74 0 17 433 76 73
Binary 10110100 1010110 11011000 10001 111100 0 1111 100011011 111110 111011

Color Harmonies of #B456D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456D8

Black with #B456D8

Text Example


Text Example

White with #B456D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456D8; }

 p { color: rgb(180,86,216); }

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

background-color css

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

 a { background-color: rgb(180,86,216); }

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

border-color css

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

 span { border-color: rgb(180,86,216); }

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