Html Css Color HEX #B13CA5 Violet Blue

📋 copy color: '#B13CA5'

red 177 ◦ green 60 ◦ blue 165

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

Shades of Violet Blue #B13CA5

Tints of Violet Blue #B13CA5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.93%

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

R = 44.03%
G = 14.93%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B13CA5 (or 0xB13CA5) is known color: Violet Blue. HEX triplet: B1, 3C and A5. RGB value is (177,60,165). Sum of RGB (Red+Green+Blue) = 177+60+165=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B13CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13CA5 is #4EC35A. Grayscale: #6A6A6A. Windows color (decimal): -5161819 or 10828977. OLE color: 10828977.

HSL color Cylindrical-coordinate representation of color #B13CA5: hue angle of 306.15º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13CA5 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 60 165 -
CMYK 0 0.66 0.07 0.31
HSL 306.15º 0.49% 0.46% -
HSV(B) 306.15º 0.66% 0.69% -
XYZ 26.54 15.3 37.15 -
YUV 106.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 177 60 165 0 0.66 0.07 0.31 306.15 0.49 0.46
Hex B1 3C A5 0 42 7 1F 132 31 2E
Octal 261 74 245 0 102 7 37 462 61 56
Binary 10110001 111100 10100101 0 1000010 111 11111 100110010 110001 101110

Color Harmonies of #B13CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CA5

Black with #B13CA5

Text Example


Text Example

White with #B13CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CA5; }

 p { color: rgb(177,60,165); }

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

background-color css

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

 a { background-color: rgb(177,60,165); }

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

border-color css

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

 span { border-color: rgb(177,60,165); }

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