Html Css Color HEX #B572C6 Medium Orchid

📋 copy color: '#B572C6'

red 181 ◦ green 114 ◦ blue 198

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

Shades of Medium Orchid #B572C6

Tints of Medium Orchid #B572C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.16%

R = 36.71%
G = 23.12%
B = 40.16%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B572C6 (or 0xB572C6) is known color: Medium Orchid. HEX triplet: B5, 72 and C6. RGB value is (181,114,198). Sum of RGB (Red+Green+Blue) = 181+114+198=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #B572C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572C6 is #4A8D39. Grayscale: #8F8F8F. Windows color (decimal): -4885818 or 13005493. OLE color: 13005493.

HSL color Cylindrical-coordinate representation of color #B572C6: hue angle of 287.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B572C6 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 114 198 -
CMYK 0.09 0.42 0 0.22
HSL 287.86º 0.42% 0.61% -
HSV(B) 287.86º 0.42% 0.78% -
XYZ 35.27 25.94 56.57 -
YUV 143.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 181 114 198 0.09 0.42 0 0.22 287.86 0.42 0.61
Hex B5 72 C6 9 2A 0 16 120 2A 3D
Octal 265 162 306 11 52 0 26 440 52 75
Binary 10110101 1110010 11000110 1001 101010 0 10110 100100000 101010 111101

Color Harmonies of #B572C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572C6

Black with #B572C6

Text Example


Text Example

White with #B572C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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