Html Css Color HEX #B553DC Medium Orchid

📋 copy color: '#B553DC'

red 181 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #B553DC

Tints of Medium Orchid #B553DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.15%

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

R = 37.4%
G = 17.15%
B = 45.45%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B553DC (or 0xB553DC) is known color: Medium Orchid. HEX triplet: B5, 53 and DC. RGB value is (181,83,220). Sum of RGB (Red+Green+Blue) = 181+83+220=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #B553DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553DC is #4AAC23. Grayscale: #7F7F7F. Windows color (decimal): -4893732 or 14439349. OLE color: 14439349.

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

Color convert

RGB 181 83 220 -
CMYK 0.18 0.62 0 0.14
HSL 282.92º 0.66% 0.59% -
HSV(B) 282.92º 0.62% 0.86% -
XYZ 35.07 21.18 69.95 -
YUV 127.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 181 83 220 0.18 0.62 0 0.14 282.92 0.66 0.59
Hex B5 53 DC 12 3E 0 E 11B 42 3B
Octal 265 123 334 22 76 0 16 433 102 73
Binary 10110101 1010011 11011100 10010 111110 0 1110 100011011 1000010 111011

Color Harmonies of #B553DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B553DC

Black with #B553DC

Text Example


Text Example

White with #B553DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B553DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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