Html Css Color HEX #B561CE Medium Orchid

📋 copy color: '#B561CE'

red 181 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #B561CE

Tints of Medium Orchid #B561CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.04%

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

R = 37.4%
G = 20.04%
B = 42.56%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B561CE (or 0xB561CE) is known color: Medium Orchid. HEX triplet: B5, 61 and CE. RGB value is (181,97,206). Sum of RGB (Red+Green+Blue) = 181+97+206=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #B561CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561CE is #4A9E31. Grayscale: #868686. Windows color (decimal): -4890162 or 13525429. OLE color: 13525429.

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

Color convert

RGB 181 97 206 -
CMYK 0.12 0.53 0 0.19
HSL 286.24º 0.53% 0.59% -
HSV(B) 286.24º 0.53% 0.81% -
XYZ 34.47 22.83 60.98 -
YUV 134.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 181 97 206 0.12 0.53 0 0.19 286.24 0.53 0.59
Hex B5 61 CE C 35 0 13 11E 35 3B
Octal 265 141 316 14 65 0 23 436 65 73
Binary 10110101 1100001 11001110 1100 110101 0 10011 100011110 110101 111011

Color Harmonies of #B561CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B561CE

Black with #B561CE

Text Example


Text Example

White with #B561CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B561CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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