Html Css Color HEX #B563CC Medium Orchid

📋 copy color: '#B563CC'

red 181 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #B563CC

Tints of Medium Orchid #B563CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 37.4%
G = 20.45%
B = 42.15%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B563CC (or 0xB563CC) is known color: Medium Orchid. HEX triplet: B5, 63 and CC. RGB value is (181,99,204). Sum of RGB (Red+Green+Blue) = 181+99+204=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #B563CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563CC is #4A9C33. Grayscale: #878787. Windows color (decimal): -4889652 or 13394869. OLE color: 13394869.

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

Color convert

RGB 181 99 204 -
CMYK 0.11 0.51 0 0.2
HSL 286.86º 0.51% 0.59% -
HSV(B) 286.86º 0.51% 0.8% -
XYZ 34.42 23.11 59.77 -
YUV 135.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 181 99 204 0.11 0.51 0 0.2 286.86 0.51 0.59
Hex B5 63 CC B 33 0 14 11F 33 3B
Octal 265 143 314 13 63 0 24 437 63 73
Binary 10110101 1100011 11001100 1011 110011 0 10100 100011111 110011 111011

Color Harmonies of #B563CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B563CC

Black with #B563CC

Text Example


Text Example

White with #B563CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B563CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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