Html Css Color HEX #B571B2 Violet Blue

📋 copy color: '#B571B2'

red 181 ◦ green 113 ◦ blue 178

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

Shades of Violet Blue #B571B2

Tints of Violet Blue #B571B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 38.35%
G = 23.94%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B571B2 (or 0xB571B2) is known color: Violet Blue. HEX triplet: B5, 71 and B2. RGB value is (181,113,178). Sum of RGB (Red+Green+Blue) = 181+113+178=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B571B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B571B2 is #4A8E4D. Grayscale: #8C8C8C. Windows color (decimal): -4886094 or 11694517. OLE color: 11694517.

HSL color Cylindrical-coordinate representation of color #B571B2: hue angle of 302.65º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B571B2 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 113 178 -
CMYK 0 0.38 0.02 0.29
HSL 302.65º 0.31% 0.58% -
HSV(B) 302.65º 0.38% 0.71% -
XYZ 33 24.85 45.18 -
YUV 140.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 181 113 178 0 0.38 0.02 0.29 302.65 0.31 0.58
Hex B5 71 B2 0 26 2 1D 12F 1F 3A
Octal 265 161 262 0 46 2 35 457 37 72
Binary 10110101 1110001 10110010 0 100110 10 11101 100101111 11111 111010

Color Harmonies of #B571B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571B2

Black with #B571B2

Text Example


Text Example

White with #B571B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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