Html Css Color HEX #B571CC Medium Orchid

📋 copy color: '#B571CC'

red 181 ◦ green 113 ◦ blue 204

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

Shades of Medium Orchid #B571CC

Tints of Medium Orchid #B571CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.69%

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

R = 36.35%
G = 22.69%
B = 40.96%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B571CC (or 0xB571CC) is known color: Medium Orchid. HEX triplet: B5, 71 and CC. RGB value is (181,113,204). Sum of RGB (Red+Green+Blue) = 181+113+204=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #B571CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571CC is #4A8E33. Grayscale: #8F8F8F. Windows color (decimal): -4886068 or 13398453. OLE color: 13398453.

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

Color convert

RGB 181 113 204 -
CMYK 0.11 0.45 0 0.2
HSL 284.84º 0.47% 0.62% -
HSV(B) 284.84º 0.45% 0.8% -
XYZ 35.86 25.99 60.25 -
YUV 143.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 181 113 204 0.11 0.45 0 0.2 284.84 0.47 0.62
Hex B5 71 CC B 2D 0 14 11D 2F 3E
Octal 265 161 314 13 55 0 24 435 57 76
Binary 10110101 1110001 11001100 1011 101101 0 10100 100011101 101111 111110

Color Harmonies of #B571CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571CC

Black with #B571CC

Text Example


Text Example

White with #B571CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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