Html Css Color HEX #B456CE Medium Orchid

📋 copy color: '#B456CE'

red 180 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #B456CE

Tints of Medium Orchid #B456CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 38.14%
G = 18.22%
B = 43.64%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B456CE (or 0xB456CE) is known color: Medium Orchid. HEX triplet: B4, 56 and CE. RGB value is (180,86,206). Sum of RGB (Red+Green+Blue) = 180+86+206=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #B456CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456CE is #4BA931. Grayscale: #7F7F7F. Windows color (decimal): -4958514 or 13522612. OLE color: 13522612.

HSL color Cylindrical-coordinate representation of color #B456CE: hue angle of 287º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B456CE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 86 206 -
CMYK 0.13 0.58 0 0.19
HSL 287º 0.55% 0.57% -
HSV(B) 287º 0.58% 0.81% -
XYZ 33.29 20.82 60.66 -
YUV 127.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 180 86 206 0.13 0.58 0 0.19 287 0.55 0.57
Hex B4 56 CE D 3A 0 13 11F 37 39
Octal 264 126 316 15 72 0 23 437 67 71
Binary 10110100 1010110 11001110 1101 111010 0 10011 100011111 110111 111001

Color Harmonies of #B456CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456CE

Black with #B456CE

Text Example


Text Example

White with #B456CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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