Html Css Color HEX #B563CA Medium Orchid

📋 copy color: '#B563CA'

red 181 ◦ green 99 ◦ blue 202

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

Shades of Medium Orchid #B563CA

Tints of Medium Orchid #B563CA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.54%

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

R = 37.55%
G = 20.54%
B = 41.91%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B563CA (or 0xB563CA) is known color: Medium Orchid. HEX triplet: B5, 63 and CA. RGB value is (181,99,202). Sum of RGB (Red+Green+Blue) = 181+99+202=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #B563CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563CA is #4A9C35. Grayscale: #868686. Windows color (decimal): -4889654 or 13263797. OLE color: 13263797.

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

Color convert

RGB 181 99 202 -
CMYK 0.10 0.51 0 0.21
HSL 287.77º 0.49% 0.59% -
HSV(B) 287.77º 0.51% 0.79% -
XYZ 34.18 23.01 58.52 -
YUV 135.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 181 99 202 0.10 0.51 0 0.21 287.77 0.49 0.59
Hex B5 63 CA A 33 0 15 120 31 3B
Octal 265 143 312 12 63 0 25 440 61 73
Binary 10110101 1100011 11001010 1010 110011 0 10101 100100000 110001 111011

Color Harmonies of #B563CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B563CA

Black with #B563CA

Text Example


Text Example

White with #B563CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B563CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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