Html Css Color HEX #B74EA4 Violet Blue

📋 copy color: '#B74EA4'

red 183 ◦ green 78 ◦ blue 164

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

Shades of Violet Blue #B74EA4

Tints of Violet Blue #B74EA4

RGB

 RED value IS 183 (71.88% from 255) = 43.06%

 GREEN value IS 78 (30.86% from 255) = 18.35%

 BLUE value IS 164 (64.45% from 255) = 38.59%

R = 43.06%
G = 18.35%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B74EA4 (or 0xB74EA4) is known color: Violet Blue. HEX triplet: B7, 4E and A4. RGB value is (183,78,164). Sum of RGB (Red+Green+Blue) = 183+78+164=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B74EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74EA4 is #48B15B. Grayscale: #767676. Windows color (decimal): -4763996 or 10768055. OLE color: 10768055.

HSL color Cylindrical-coordinate representation of color #B74EA4: hue angle of 310.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74EA4 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 78 164 -
CMYK 0 0.57 0.10 0.28
HSL 310.86º 0.42% 0.51% -
HSV(B) 310.86º 0.57% 0.72% -
XYZ 28.95 18.2 37.11 -
YUV 119.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 183 78 164 0 0.57 0.10 0.28 310.86 0.42 0.51
Hex B7 4E A4 0 39 A 1C 137 2A 33
Octal 267 116 244 0 71 12 34 467 52 63
Binary 10110111 1001110 10100100 0 111001 1010 11100 100110111 101010 110011

Color Harmonies of #B74EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EA4

Black with #B74EA4

Text Example


Text Example

White with #B74EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EA4; }

 p { color: rgb(183,78,164); }

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

background-color css

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

 a { background-color: rgb(183,78,164); }

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

border-color css

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

 span { border-color: rgb(183,78,164); }

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