Html Css Color HEX #B572DA Medium Orchid

📋 copy color: '#B572DA'

red 181 ◦ green 114 ◦ blue 218

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

Shades of Medium Orchid #B572DA

Tints of Medium Orchid #B572DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 35.28%
G = 22.22%
B = 42.5%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B572DA (or 0xB572DA) is known color: Medium Orchid. HEX triplet: B5, 72 and DA. RGB value is (181,114,218). Sum of RGB (Red+Green+Blue) = 181+114+218=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B572DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572DA is #4A8D25. Grayscale: #919191. Windows color (decimal): -4885798 or 14316213. OLE color: 14316213.

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

Color convert

RGB 181 114 218 -
CMYK 0.17 0.48 0 0.15
HSL 278.65º 0.58% 0.65% -
HSV(B) 278.65º 0.48% 0.85% -
XYZ 37.73 26.92 69.54 -
YUV 145.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 181 114 218 0.17 0.48 0 0.15 278.65 0.58 0.65
Hex B5 72 DA 11 30 0 F 117 3A 41
Octal 265 162 332 21 60 0 17 427 72 101
Binary 10110101 1110010 11011010 10001 110000 0 1111 100010111 111010 1000001

Color Harmonies of #B572DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572DA

Black with #B572DA

Text Example


Text Example

White with #B572DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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