Html Css Color HEX #B372B2 Violet Blue

📋 copy color: '#B372B2'

red 179 ◦ green 114 ◦ blue 178

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

Shades of Violet Blue #B372B2

Tints of Violet Blue #B372B2

RGB

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

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

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

R = 38%
G = 24.2%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B372B2 (or 0xB372B2) is known color: Violet Blue. HEX triplet: B3, 72 and B2. RGB value is (179,114,178). Sum of RGB (Red+Green+Blue) = 179+114+178=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B372B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372B2 is #4C8D4D. Grayscale: #8C8C8C. Windows color (decimal): -5016910 or 11694771. OLE color: 11694771.

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

Color convert

RGB 179 114 178 -
CMYK 0 0.36 0.01 0.30
HSL 300.92º 0.3% 0.57% -
HSV(B) 300.92º 0.36% 0.7% -
XYZ 32.64 24.83 45.19 -
YUV 140.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 179 114 178 0 0.36 0.01 0.30 300.92 0.3 0.57
Hex B3 72 B2 0 24 1 1E 12D 1E 39
Octal 263 162 262 0 44 1 36 455 36 71
Binary 10110011 1110010 10110010 0 100100 1 11110 100101101 11110 111001

Color Harmonies of #B372B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372B2

Black with #B372B2

Text Example


Text Example

White with #B372B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372B2; }

 p { color: rgb(179,114,178); }

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

background-color css

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

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

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

border-color css

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

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

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