Html Css Color HEX #B552D1 Medium Orchid

📋 copy color: '#B552D1'

red 181 ◦ green 82 ◦ blue 209

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

Shades of Medium Orchid #B552D1

Tints of Medium Orchid #B552D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 38.35%
G = 17.37%
B = 44.28%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B552D1 (or 0xB552D1) is known color: Medium Orchid. HEX triplet: B5, 52 and D1. RGB value is (181,82,209). Sum of RGB (Red+Green+Blue) = 181+82+209=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #B552D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552D1 is #4AAD2E. Grayscale: #7D7D7D. Windows color (decimal): -4893999 or 13718197. OLE color: 13718197.

HSL color Cylindrical-coordinate representation of color #B552D1: hue angle of 286.77º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B552D1 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 82 209 -
CMYK 0.13 0.61 0 0.18
HSL 286.77º 0.58% 0.57% -
HSV(B) 286.77º 0.61% 0.82% -
XYZ 33.58 20.46 62.5 -
YUV 126.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 181 82 209 0.13 0.61 0 0.18 286.77 0.58 0.57
Hex B5 52 D1 D 3D 0 12 11F 3A 39
Octal 265 122 321 15 75 0 22 437 72 71
Binary 10110101 1010010 11010001 1101 111101 0 10010 100011111 111010 111001

Color Harmonies of #B552D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552D1

Black with #B552D1

Text Example


Text Example

White with #B552D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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