Html Css Color HEX #B564CE Medium Orchid

📋 copy color: '#B564CE'

red 181 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #B564CE

Tints of Medium Orchid #B564CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 37.17%
G = 20.53%
B = 42.3%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B564CE (or 0xB564CE) is known color: Medium Orchid. HEX triplet: B5, 64 and CE. RGB value is (181,100,206). Sum of RGB (Red+Green+Blue) = 181+100+206=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #B564CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CE is #4A9B31. Grayscale: #878787. Windows color (decimal): -4889394 or 13526197. OLE color: 13526197.

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

Color convert

RGB 181 100 206 -
CMYK 0.12 0.51 0 0.19
HSL 285.85º 0.52% 0.6% -
HSV(B) 285.85º 0.51% 0.81% -
XYZ 34.75 23.39 61.08 -
YUV 136.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 181 100 206 0.12 0.51 0 0.19 285.85 0.52 0.6
Hex B5 64 CE C 33 0 13 11E 34 3C
Octal 265 144 316 14 63 0 23 436 64 74
Binary 10110101 1100100 11001110 1100 110011 0 10011 100011110 110100 111100

Color Harmonies of #B564CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564CE

Black with #B564CE

Text Example


Text Example

White with #B564CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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