Html Css Color HEX #B557DC Medium Orchid

📋 copy color: '#B557DC'

red 181 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #B557DC

Tints of Medium Orchid #B557DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.83%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 37.09%
G = 17.83%
B = 45.08%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B557DC (or 0xB557DC) is known color: Medium Orchid. HEX triplet: B5, 57 and DC. RGB value is (181,87,220). Sum of RGB (Red+Green+Blue) = 181+87+220=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B557DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557DC is #4AA823. Grayscale: #818181. Windows color (decimal): -4892708 or 14440373. OLE color: 14440373.

HSL color Cylindrical-coordinate representation of color #B557DC: hue angle of 282.41º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B557DC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 87 220 -
CMYK 0.18 0.60 0 0.14
HSL 282.41º 0.66% 0.6% -
HSV(B) 282.41º 0.6% 0.86% -
XYZ 35.38 21.81 70.05 -
YUV 130.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 181 87 220 0.18 0.60 0 0.14 282.41 0.66 0.6
Hex B5 57 DC 12 3C 0 E 11A 42 3C
Octal 265 127 334 22 74 0 16 432 102 74
Binary 10110101 1010111 11011100 10010 111100 0 1110 100011010 1000010 111100

Color Harmonies of #B557DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557DC

Black with #B557DC

Text Example


Text Example

White with #B557DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557DC; }

 p { color: rgb(181,87,220); }

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

background-color css

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

 a { background-color: rgb(181,87,220); }

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

border-color css

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

 span { border-color: rgb(181,87,220); }

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