Html Css Color HEX #B04D9D Violet Blue

📋 copy color: '#B04D9D'

red 176 ◦ green 77 ◦ blue 157

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

Shades of Violet Blue #B04D9D

Tints of Violet Blue #B04D9D

RGB

 RED value IS 176 (69.14% from 255) = 42.93%

 GREEN value IS 77 (30.47% from 255) = 18.78%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 42.93%
G = 18.78%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B04D9D (or 0xB04D9D) is known color: Violet Blue. HEX triplet: B0, 4D and 9D. RGB value is (176,77,157). Sum of RGB (Red+Green+Blue) = 176+77+157=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D9D is #4FB262. Grayscale: #737373. Windows color (decimal): -5223011 or 10309040. OLE color: 10309040.

HSL color Cylindrical-coordinate representation of color #B04D9D: hue angle of 311.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D9D is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 77 157 -
CMYK 0 0.56 0.11 0.31
HSL 311.52º 0.39% 0.5% -
HSV(B) 311.52º 0.56% 0.69% -
XYZ 26.64 16.97 33.77 -
YUV 115.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 176 77 157 0 0.56 0.11 0.31 311.52 0.39 0.5
Hex B0 4D 9D 0 38 B 1F 138 27 32
Octal 260 115 235 0 70 13 37 470 47 62
Binary 10110000 1001101 10011101 0 111000 1011 11111 100111000 100111 110010

Color Harmonies of #B04D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D9D

Black with #B04D9D

Text Example


Text Example

White with #B04D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D9D; }

 p { color: rgb(176,77,157); }

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

background-color css

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

 a { background-color: rgb(176,77,157); }

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

border-color css

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

 span { border-color: rgb(176,77,157); }

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