Html Css Color HEX #B253A5 Violet Blue

📋 copy color: '#B253A5'

red 178 ◦ green 83 ◦ blue 165

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

Shades of Violet Blue #B253A5

Tints of Violet Blue #B253A5

RGB

 RED value IS 178 (69.92% from 255) = 41.78%

 GREEN value IS 83 (32.81% from 255) = 19.48%

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

R = 41.78%
G = 19.48%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B253A5 (or 0xB253A5) is known color: Violet Blue. HEX triplet: B2, 53 and A5. RGB value is (178,83,165). Sum of RGB (Red+Green+Blue) = 178+83+165=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B253A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B253A5 is #4DAC5A. Grayscale: #787878. Windows color (decimal): -5090395 or 10834866. OLE color: 10834866.

HSL color Cylindrical-coordinate representation of color #B253A5: hue angle of 308.21º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B253A5 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 83 165 -
CMYK 0 0.53 0.07 0.30
HSL 308.21º 0.38% 0.51% -
HSV(B) 308.21º 0.53% 0.7% -
XYZ 28.24 18.37 37.65 -
YUV 120.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 178 83 165 0 0.53 0.07 0.30 308.21 0.38 0.51
Hex B2 53 A5 0 35 7 1E 134 26 33
Octal 262 123 245 0 65 7 36 464 46 63
Binary 10110010 1010011 10100101 0 110101 111 11110 100110100 100110 110011

Color Harmonies of #B253A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253A5

Black with #B253A5

Text Example


Text Example

White with #B253A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253A5; }

 p { color: rgb(178,83,165); }

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

background-color css

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

 a { background-color: rgb(178,83,165); }

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

border-color css

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

 span { border-color: rgb(178,83,165); }

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