Html Css Color HEX #B371B3 Violet Blue

📋 copy color: '#B371B3'

red 179 ◦ green 113 ◦ blue 179

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

Shades of Violet Blue #B371B3

Tints of Violet Blue #B371B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38%

R = 38%
G = 23.99%
B = 38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B371B3 (or 0xB371B3) is known color: Violet Blue. HEX triplet: B3, 71 and B3. RGB value is (179,113,179). Sum of RGB (Red+Green+Blue) = 179+113+179=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B371B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371B3 is #4C8E4C. Grayscale: #8C8C8C. Windows color (decimal): -5017165 or 11760051. OLE color: 11760051.

HSL color Cylindrical-coordinate representation of color #B371B3: hue angle of 300º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B371B3 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 179 -
CMYK 0 0.37 0 0.30
HSL 300º 0.3% 0.57% -
HSV(B) 300º 0.37% 0.7% -
XYZ 32.63 24.65 45.69 -
YUV 140.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 179 113 179 0 0.37 0 0.30 300 0.3 0.57
Hex B3 71 B3 0 25 0 1E 12C 1E 39
Octal 263 161 263 0 45 0 36 454 36 71
Binary 10110011 1110001 10110011 0 100101 0 11110 100101100 11110 111001

Color Harmonies of #B371B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371B3

Black with #B371B3

Text Example


Text Example

White with #B371B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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