Html Css Color HEX #B371B4 Violet Blue

📋 copy color: '#B371B4'

red 179 ◦ green 113 ◦ blue 180

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

Shades of Violet Blue #B371B4

Tints of Violet Blue #B371B4

RGB

 RED value IS 179 (70.31% from 255) = 37.92%

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

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 37.92%
G = 23.94%
B = 38.14%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B371B4 (or 0xB371B4) is known color: Violet Blue. HEX triplet: B3, 71 and B4. RGB value is (179,113,180). Sum of RGB (Red+Green+Blue) = 179+113+180=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #B371B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371B4 is #4C8E4B. Grayscale: #8C8C8C. Windows color (decimal): -5017164 or 11825587. OLE color: 11825587.

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

Color convert

RGB 179 113 180 -
CMYK 0.01 0.37 0 0.29
HSL 299.1º 0.31% 0.57% -
HSV(B) 299.1º 0.37% 0.71% -
XYZ 32.73 24.69 46.22 -
YUV 140.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 179 113 180 0.01 0.37 0 0.29 299.1 0.31 0.57
Hex B3 71 B4 1 25 0 1D 12B 1F 39
Octal 263 161 264 1 45 0 35 453 37 71
Binary 10110011 1110001 10110100 1 100101 0 11101 100101011 11111 111001

Color Harmonies of #B371B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371B4

Black with #B371B4

Text Example


Text Example

White with #B371B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371B4; }

 p { color: rgb(179,113,180); }

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

background-color css

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

 a { background-color: rgb(179,113,180); }

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

border-color css

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

 span { border-color: rgb(179,113,180); }

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