Html Css Color HEX #B572CC Medium Orchid

📋 copy color: '#B572CC'

red 181 ◦ green 114 ◦ blue 204

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

Shades of Medium Orchid #B572CC

Tints of Medium Orchid #B572CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 36.27%
G = 22.85%
B = 40.88%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B572CC (or 0xB572CC) is known color: Medium Orchid. HEX triplet: B5, 72 and CC. RGB value is (181,114,204). Sum of RGB (Red+Green+Blue) = 181+114+204=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #B572CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572CC is #4A8D33. Grayscale: #909090. Windows color (decimal): -4885812 or 13398709. OLE color: 13398709.

HSL color Cylindrical-coordinate representation of color #B572CC: hue angle of 284.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B572CC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 114 204 -
CMYK 0.11 0.44 0 0.2
HSL 284.67º 0.47% 0.62% -
HSV(B) 284.67º 0.44% 0.8% -
XYZ 35.97 26.22 60.29 -
YUV 144.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 181 114 204 0.11 0.44 0 0.2 284.67 0.47 0.62
Hex B5 72 CC B 2C 0 14 11D 2F 3E
Octal 265 162 314 13 54 0 24 435 57 76
Binary 10110101 1110010 11001100 1011 101100 0 10100 100011101 101111 111110

Color Harmonies of #B572CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572CC

Black with #B572CC

Text Example


Text Example

White with #B572CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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