Html Css Color HEX #B564CA Medium Orchid

📋 copy color: '#B564CA'

red 181 ◦ green 100 ◦ blue 202

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

Shades of Medium Orchid #B564CA

Tints of Medium Orchid #B564CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 37.47%
G = 20.7%
B = 41.82%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B564CA (or 0xB564CA) is known color: Medium Orchid. HEX triplet: B5, 64 and CA. RGB value is (181,100,202). Sum of RGB (Red+Green+Blue) = 181+100+202=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #B564CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CA is #4A9B35. Grayscale: #878787. Windows color (decimal): -4889398 or 13264053. OLE color: 13264053.

HSL color Cylindrical-coordinate representation of color #B564CA: hue angle of 287.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B564CA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 100 202 -
CMYK 0.10 0.50 0 0.21
HSL 287.65º 0.49% 0.59% -
HSV(B) 287.65º 0.5% 0.79% -
XYZ 34.27 23.2 58.55 -
YUV 135.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 181 100 202 0.10 0.50 0 0.21 287.65 0.49 0.59
Hex B5 64 CA A 32 0 15 120 31 3B
Octal 265 144 312 12 62 0 25 440 61 73
Binary 10110101 1100100 11001010 1010 110010 0 10101 100100000 110001 111011

Color Harmonies of #B564CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564CA

Black with #B564CA

Text Example


Text Example

White with #B564CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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