Html Css Color HEX #B572DD Medium Orchid

📋 copy color: '#B572DD'

red 181 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #B572DD

Tints of Medium Orchid #B572DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.09%

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

R = 35.08%
G = 22.09%
B = 42.83%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B572DD (or 0xB572DD) is known color: Medium Orchid. HEX triplet: B5, 72 and DD. RGB value is (181,114,221). Sum of RGB (Red+Green+Blue) = 181+114+221=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #B572DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572DD is #4A8D22. Grayscale: #919191. Windows color (decimal): -4885795 or 14512821. OLE color: 14512821.

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

Color convert

RGB 181 114 221 -
CMYK 0.18 0.48 0 0.13
HSL 277.57º 0.61% 0.66% -
HSV(B) 277.57º 0.48% 0.87% -
XYZ 38.12 27.08 71.62 -
YUV 146.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 181 114 221 0.18 0.48 0 0.13 277.57 0.61 0.66
Hex B5 72 DD 12 30 0 D 116 3D 42
Octal 265 162 335 22 60 0 15 426 75 102
Binary 10110101 1110010 11011101 10010 110000 0 1101 100010110 111101 1000010

Color Harmonies of #B572DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572DD

Black with #B572DD

Text Example


Text Example

White with #B572DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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