Html Css Color HEX #B854A5 Violet Blue

📋 copy color: '#B854A5'

red 184 ◦ green 84 ◦ blue 165

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

Shades of Violet Blue #B854A5

Tints of Violet Blue #B854A5

RGB

 RED value IS 184 (72.27% from 255) = 42.49%

 GREEN value IS 84 (33.2% from 255) = 19.4%

 BLUE value IS 165 (64.84% from 255) = 38.11%

R = 42.49%
G = 19.4%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B854A5 (or 0xB854A5) is known color: Violet Blue. HEX triplet: B8, 54 and A5. RGB value is (184,84,165). Sum of RGB (Red+Green+Blue) = 184+84+165=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B854A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854A5 is #47AB5A. Grayscale: #7A7A7A. Windows color (decimal): -4696923 or 10835128. OLE color: 10835128.

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

Color convert

RGB 184 84 165 -
CMYK 0 0.54 0.10 0.28
HSL 311.4º 0.41% 0.53% -
HSV(B) 311.4º 0.54% 0.72% -
XYZ 29.73 19.25 37.75 -
YUV 123.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 184 84 165 0 0.54 0.10 0.28 311.4 0.41 0.53
Hex B8 54 A5 0 36 A 1C 137 29 35
Octal 270 124 245 0 66 12 34 467 51 65
Binary 10111000 1010100 10100101 0 110110 1010 11100 100110111 101001 110101

Color Harmonies of #B854A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854A5

Black with #B854A5

Text Example


Text Example

White with #B854A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854A5; }

 p { color: rgb(184,84,165); }

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

background-color css

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

 a { background-color: rgb(184,84,165); }

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

border-color css

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

 span { border-color: rgb(184,84,165); }

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