Html Css Color HEX #B564DC Medium Orchid

📋 copy color: '#B564DC'

red 181 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #B564DC

Tints of Medium Orchid #B564DC

RGB

 RED value IS 181 (71.09% from 255) = 36.13%

 GREEN value IS 100 (39.45% from 255) = 19.96%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 36.13%
G = 19.96%
B = 43.91%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B564DC (or 0xB564DC) is known color: Medium Orchid. HEX triplet: B5, 64 and DC. RGB value is (181,100,220). Sum of RGB (Red+Green+Blue) = 181+100+220=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #B564DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564DC is #4A9B23. Grayscale: #898989. Windows color (decimal): -4889380 or 14443701. OLE color: 14443701.

HSL color Cylindrical-coordinate representation of color #B564DC: hue angle of 280.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B564DC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 100 220 -
CMYK 0.18 0.55 0 0.14
HSL 280.5º 0.63% 0.63% -
HSV(B) 280.5º 0.55% 0.86% -
XYZ 36.53 24.11 70.44 -
YUV 137.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 181 100 220 0.18 0.55 0 0.14 280.5 0.63 0.63
Hex B5 64 DC 12 37 0 E 118 3F 3F
Octal 265 144 334 22 67 0 16 430 77 77
Binary 10110101 1100100 11011100 10010 110111 0 1110 100011000 111111 111111

Color Harmonies of #B564DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564DC

Black with #B564DC

Text Example


Text Example

White with #B564DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564DC; }

 p { color: rgb(181,100,220); }

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

background-color css

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

 a { background-color: rgb(181,100,220); }

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

border-color css

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

 span { border-color: rgb(181,100,220); }

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