Html Css Color HEX #B564DE Medium Orchid

📋 copy color: '#B564DE'

red 181 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #B564DE

Tints of Medium Orchid #B564DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 35.98%
G = 19.88%
B = 44.14%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B564DE (or 0xB564DE) is known color: Medium Orchid. HEX triplet: B5, 64 and DE. RGB value is (181,100,222). Sum of RGB (Red+Green+Blue) = 181+100+222=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #B564DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564DE is #4A9B21. Grayscale: #898989. Windows color (decimal): -4889378 or 14574773. OLE color: 14574773.

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

Color convert

RGB 181 100 222 -
CMYK 0.18 0.55 0 0.13
HSL 279.84º 0.65% 0.63% -
HSV(B) 279.84º 0.55% 0.87% -
XYZ 36.8 24.21 71.84 -
YUV 138.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 181 100 222 0.18 0.55 0 0.13 279.84 0.65 0.63
Hex B5 64 DE 12 37 0 D 118 41 3F
Octal 265 144 336 22 67 0 15 430 101 77
Binary 10110101 1100100 11011110 10010 110111 0 1101 100011000 1000001 111111

Color Harmonies of #B564DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564DE

Black with #B564DE

Text Example


Text Example

White with #B564DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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