Html Css Color HEX #B272AF Violet Blue

📋 copy color: '#B272AF'

red 178 ◦ green 114 ◦ blue 175

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

Shades of Violet Blue #B272AF

Tints of Violet Blue #B272AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 38.12%
G = 24.41%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B272AF (or 0xB272AF) is known color: Violet Blue. HEX triplet: B2, 72 and AF. RGB value is (178,114,175). Sum of RGB (Red+Green+Blue) = 178+114+175=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B272AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B272AF is #4D8D50. Grayscale: #8B8B8B. Windows color (decimal): -5082449 or 11498162. OLE color: 11498162.

HSL color Cylindrical-coordinate representation of color #B272AF: hue angle of 302.81º degrees, saturation: 0.29, 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 #B272AF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 114 175 -
CMYK 0 0.36 0.02 0.30
HSL 302.81º 0.29% 0.57% -
HSV(B) 302.81º 0.36% 0.7% -
XYZ 32.12 24.59 43.61 -
YUV 140.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 178 114 175 0 0.36 0.02 0.30 302.81 0.29 0.57
Hex B2 72 AF 0 24 2 1E 12F 1D 39
Octal 262 162 257 0 44 2 36 457 35 71
Binary 10110010 1110010 10101111 0 100100 10 11110 100101111 11101 111001

Color Harmonies of #B272AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272AF

Black with #B272AF

Text Example


Text Example

White with #B272AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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