Html Css Color HEX #B572DB Medium Orchid

📋 copy color: '#B572DB'

red 181 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #B572DB

Tints of Medium Orchid #B572DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 35.21%
G = 22.18%
B = 42.61%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B572DB (or 0xB572DB) is known color: Medium Orchid. HEX triplet: B5, 72 and DB. RGB value is (181,114,219). Sum of RGB (Red+Green+Blue) = 181+114+219=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B572DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572DB is #4A8D24. Grayscale: #919191. Windows color (decimal): -4885797 or 14381749. OLE color: 14381749.

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

Color convert

RGB 181 114 219 -
CMYK 0.17 0.48 0 0.14
HSL 278.29º 0.59% 0.65% -
HSV(B) 278.29º 0.48% 0.86% -
XYZ 37.86 26.97 70.23 -
YUV 146 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 181 114 219 0.17 0.48 0 0.14 278.29 0.59 0.65
Hex B5 72 DB 11 30 0 E 116 3B 41
Octal 265 162 333 21 60 0 16 426 73 101
Binary 10110101 1110010 11011011 10001 110000 0 1110 100010110 111011 1000001

Color Harmonies of #B572DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572DB

Black with #B572DB

Text Example


Text Example

White with #B572DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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