Html Css Color HEX #B564CD Medium Orchid

📋 copy color: '#B564CD'

red 181 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #B564CD

Tints of Medium Orchid #B564CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 37.24%
G = 20.58%
B = 42.18%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B564CD (or 0xB564CD) is known color: Medium Orchid. HEX triplet: B5, 64 and CD. RGB value is (181,100,205). Sum of RGB (Red+Green+Blue) = 181+100+205=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #B564CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CD is #4A9B32. Grayscale: #878787. Windows color (decimal): -4889395 or 13460661. OLE color: 13460661.

HSL color Cylindrical-coordinate representation of color #B564CD: hue angle of 286.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B564CD is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 100 205 -
CMYK 0.12 0.51 0 0.20
HSL 286.29º 0.51% 0.6% -
HSV(B) 286.29º 0.51% 0.8% -
XYZ 34.63 23.35 60.44 -
YUV 136.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 181 100 205 0.12 0.51 0 0.20 286.29 0.51 0.6
Hex B5 64 CD C 33 0 14 11E 33 3C
Octal 265 144 315 14 63 0 24 436 63 74
Binary 10110101 1100100 11001101 1100 110011 0 10100 100011110 110011 111100

Color Harmonies of #B564CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564CD

Black with #B564CD

Text Example


Text Example

White with #B564CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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