Html Css Color HEX #B552DD Medium Orchid

📋 copy color: '#B552DD'

red 181 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #B552DD

Tints of Medium Orchid #B552DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.94%

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 37.4%
G = 16.94%
B = 45.66%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B552DD (or 0xB552DD) is known color: Medium Orchid. HEX triplet: B5, 52 and DD. RGB value is (181,82,221). Sum of RGB (Red+Green+Blue) = 181+82+221=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #B552DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552DD is #4AAD22. Grayscale: #7E7E7E. Windows color (decimal): -4893987 or 14504629. OLE color: 14504629.

HSL color Cylindrical-coordinate representation of color #B552DD: hue angle of 282.73º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B552DD is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 82 221 -
CMYK 0.18 0.63 0 0.13
HSL 282.73º 0.67% 0.59% -
HSV(B) 282.73º 0.63% 0.87% -
XYZ 35.12 21.08 70.62 -
YUV 127.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 181 82 221 0.18 0.63 0 0.13 282.73 0.67 0.59
Hex B5 52 DD 12 3F 0 D 11B 43 3B
Octal 265 122 335 22 77 0 15 433 103 73
Binary 10110101 1010010 11011101 10010 111111 0 1101 100011011 1000011 111011

Color Harmonies of #B552DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552DD

Black with #B552DD

Text Example


Text Example

White with #B552DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552DD; }

 p { color: rgb(181,82,221); }

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

background-color css

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

 a { background-color: rgb(181,82,221); }

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

border-color css

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

 span { border-color: rgb(181,82,221); }

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