Html Css Color HEX #B572D0 Medium Orchid

📋 copy color: '#B572D0'

red 181 ◦ green 114 ◦ blue 208

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

Shades of Medium Orchid #B572D0

Tints of Medium Orchid #B572D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 35.98%
G = 22.66%
B = 41.35%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B572D0 (or 0xB572D0) is known color: Medium Orchid. HEX triplet: B5, 72 and D0. RGB value is (181,114,208). Sum of RGB (Red+Green+Blue) = 181+114+208=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #B572D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572D0 is #4A8D2F. Grayscale: #909090. Windows color (decimal): -4885808 or 13660853. OLE color: 13660853.

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

Color convert

RGB 181 114 208 -
CMYK 0.13 0.45 0 0.18
HSL 282.77º 0.5% 0.63% -
HSV(B) 282.77º 0.45% 0.82% -
XYZ 36.46 26.41 62.85 -
YUV 144.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 181 114 208 0.13 0.45 0 0.18 282.77 0.5 0.63
Hex B5 72 D0 D 2D 0 12 11B 32 3F
Octal 265 162 320 15 55 0 22 433 62 77
Binary 10110101 1110010 11010000 1101 101101 0 10010 100011011 110010 111111

Color Harmonies of #B572D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572D0

Black with #B572D0

Text Example


Text Example

White with #B572D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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