Html Css Color HEX #B563CE Medium Orchid

📋 copy color: '#B563CE'

red 181 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #B563CE

Tints of Medium Orchid #B563CE

RGB

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

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

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

R = 37.24%
G = 20.37%
B = 42.39%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B563CE (or 0xB563CE) is known color: Medium Orchid. HEX triplet: B5, 63 and CE. RGB value is (181,99,206). Sum of RGB (Red+Green+Blue) = 181+99+206=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B563CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563CE is #4A9C31. Grayscale: #878787. Windows color (decimal): -4889650 or 13525941. OLE color: 13525941.

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

Color convert

RGB 181 99 206 -
CMYK 0.12 0.52 0 0.19
HSL 285.98º 0.52% 0.6% -
HSV(B) 285.98º 0.52% 0.81% -
XYZ 34.66 23.2 61.04 -
YUV 135.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 181 99 206 0.12 0.52 0 0.19 285.98 0.52 0.6
Hex B5 63 CE C 34 0 13 11E 34 3C
Octal 265 143 316 14 64 0 23 436 64 74
Binary 10110101 1100011 11001110 1100 110100 0 10011 100011110 110100 111100

Color Harmonies of #B563CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B563CE

Black with #B563CE

Text Example


Text Example

White with #B563CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B563CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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