Html Css Color HEX #B564DF Medium Orchid

📋 copy color: '#B564DF'

red 181 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #B564DF

Tints of Medium Orchid #B564DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 35.91%
G = 19.84%
B = 44.25%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B564DF (or 0xB564DF) is known color: Medium Orchid. HEX triplet: B5, 64 and DF. RGB value is (181,100,223). Sum of RGB (Red+Green+Blue) = 181+100+223=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #B564DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564DF is #4A9B20. Grayscale: #898989. Windows color (decimal): -4889377 or 14640309. OLE color: 14640309.

HSL color Cylindrical-coordinate representation of color #B564DF: hue angle of 279.51º degrees, saturation: 0.66, 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 #B564DF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 100 223 -
CMYK 0.19 0.55 0 0.13
HSL 279.51º 0.66% 0.63% -
HSV(B) 279.51º 0.55% 0.87% -
XYZ 36.93 24.27 72.55 -
YUV 138.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 181 100 223 0.19 0.55 0 0.13 279.51 0.66 0.63
Hex B5 64 DF 13 37 0 D 118 42 3F
Octal 265 144 337 23 67 0 15 430 102 77
Binary 10110101 1100100 11011111 10011 110111 0 1101 100011000 1000010 111111

Color Harmonies of #B564DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564DF

Black with #B564DF

Text Example


Text Example

White with #B564DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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