Html Css Color HEX #B274AD Violet Blue

📋 copy color: '#B274AD'

red 178 ◦ green 116 ◦ blue 173

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

Shades of Violet Blue #B274AD

Tints of Violet Blue #B274AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 38.12%
G = 24.84%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B274AD (or 0xB274AD) is known color: Violet Blue. HEX triplet: B2, 74 and AD. RGB value is (178,116,173). Sum of RGB (Red+Green+Blue) = 178+116+173=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B274AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B274AD is #4D8B52. Grayscale: #8C8C8C. Windows color (decimal): -5081939 or 11367602. OLE color: 11367602.

HSL color Cylindrical-coordinate representation of color #B274AD: hue angle of 304.84º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B274AD is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 173 -
CMYK 0 0.35 0.03 0.30
HSL 304.84º 0.29% 0.58% -
HSV(B) 304.84º 0.35% 0.7% -
XYZ 32.15 24.97 42.66 -
YUV 141.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 178 116 173 0 0.35 0.03 0.30 304.84 0.29 0.58
Hex B2 74 AD 0 23 3 1E 131 1D 3A
Octal 262 164 255 0 43 3 36 461 35 72
Binary 10110010 1110100 10101101 0 100011 11 11110 100110001 11101 111010

Color Harmonies of #B274AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B274AD

Black with #B274AD

Text Example


Text Example

White with #B274AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B274AD; }

 p { color: rgb(178,116,173); }

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

background-color css

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

 a { background-color: rgb(178,116,173); }

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

border-color css

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

 span { border-color: rgb(178,116,173); }

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