Html Css Color HEX #B272B4 Violet Blue

📋 copy color: '#B272B4'

red 178 ◦ green 114 ◦ blue 180

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

Shades of Violet Blue #B272B4

Tints of Violet Blue #B272B4

RGB

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

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

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

R = 37.71%
G = 24.15%
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

#B272B4 (or 0xB272B4) is known color: Violet Blue. HEX triplet: B2, 72 and B4. RGB value is (178,114,180). Sum of RGB (Red+Green+Blue) = 178+114+180=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 114 (44.92% from 255 or 24.15% 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 #B272B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272B4 is #4D8D4B. Grayscale: #8C8C8C. Windows color (decimal): -5082444 or 11825842. OLE color: 11825842.

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

Color convert

RGB 178 114 180 -
CMYK 0.01 0.37 0 0.29
HSL 298.18º 0.31% 0.58% -
HSV(B) 298.18º 0.37% 0.71% -
XYZ 32.62 24.79 46.25 -
YUV 140.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 178 114 180 0.01 0.37 0 0.29 298.18 0.31 0.58
Hex B2 72 B4 1 25 0 1D 12A 1F 3A
Octal 262 162 264 1 45 0 35 452 37 72
Binary 10110010 1110010 10110100 1 100101 0 11101 100101010 11111 111010

Color Harmonies of #B272B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272B4

Black with #B272B4

Text Example


Text Example

White with #B272B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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