Html Css Color HEX #B13EA3 Violet Blue

📋 copy color: '#B13EA3'

red 177 ◦ green 62 ◦ blue 163

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

Shades of Violet Blue #B13EA3

Tints of Violet Blue #B13EA3

RGB

 RED value IS 177 (69.53% from 255) = 44.03%

 GREEN value IS 62 (24.61% from 255) = 15.42%

 BLUE value IS 163 (64.06% from 255) = 40.55%

R = 44.03%
G = 15.42%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B13EA3 (or 0xB13EA3) is known color: Violet Blue. HEX triplet: B1, 3E and A3. RGB value is (177,62,163). Sum of RGB (Red+Green+Blue) = 177+62+163=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B13EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13EA3 is #4EC15C. Grayscale: #6B6B6B. Windows color (decimal): -5161309 or 10698417. OLE color: 10698417.

HSL color Cylindrical-coordinate representation of color #B13EA3: hue angle of 307.3º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13EA3 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 62 163 -
CMYK 0 0.65 0.08 0.31
HSL 307.3º 0.48% 0.47% -
HSV(B) 307.3º 0.65% 0.69% -
XYZ 26.46 15.44 36.24 -
YUV 107.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 177 62 163 0 0.65 0.08 0.31 307.3 0.48 0.47
Hex B1 3E A3 0 41 8 1F 133 30 2F
Octal 261 76 243 0 101 10 37 463 60 57
Binary 10110001 111110 10100011 0 1000001 1000 11111 100110011 110000 101111

Color Harmonies of #B13EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13EA3

Black with #B13EA3

Text Example


Text Example

White with #B13EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13EA3; }

 p { color: rgb(177,62,163); }

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

background-color css

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

 a { background-color: rgb(177,62,163); }

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

border-color css

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

 span { border-color: rgb(177,62,163); }

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