Html Css Color HEX #B564C7 Medium Orchid

📋 copy color: '#B564C7'

red 181 ◦ green 100 ◦ blue 199

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

Shades of Medium Orchid #B564C7

Tints of Medium Orchid #B564C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.46%

R = 37.71%
G = 20.83%
B = 41.46%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B564C7 (or 0xB564C7) is known color: Medium Orchid. HEX triplet: B5, 64 and C7. RGB value is (181,100,199). Sum of RGB (Red+Green+Blue) = 181+100+199=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #B564C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564C7 is #4A9B38. Grayscale: #878787. Windows color (decimal): -4889401 or 13067445. OLE color: 13067445.

HSL color Cylindrical-coordinate representation of color #B564C7: hue angle of 289.09º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B564C7 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 100 199 -
CMYK 0.09 0.50 0 0.22
HSL 289.09º 0.47% 0.59% -
HSV(B) 289.09º 0.5% 0.78% -
XYZ 33.92 23.06 56.7 -
YUV 135.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 181 100 199 0.09 0.50 0 0.22 289.09 0.47 0.59
Hex B5 64 C7 9 32 0 16 121 2F 3B
Octal 265 144 307 11 62 0 26 441 57 73
Binary 10110101 1100100 11000111 1001 110010 0 10110 100100001 101111 111011

Color Harmonies of #B564C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564C7

Black with #B564C7

Text Example


Text Example

White with #B564C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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