Html Css Color HEX #B55FA6 Violet Blue

📋 copy color: '#B55FA6'

red 181 ◦ green 95 ◦ blue 166

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

Shades of Violet Blue #B55FA6

Tints of Violet Blue #B55FA6

RGB

 RED value IS 181 (71.09% from 255) = 40.95%

 GREEN value IS 95 (37.5% from 255) = 21.49%

 BLUE value IS 166 (65.23% from 255) = 37.56%

R = 40.95%
G = 21.49%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B55FA6 (or 0xB55FA6) is known color: Violet Blue. HEX triplet: B5, 5F and A6. RGB value is (181,95,166). Sum of RGB (Red+Green+Blue) = 181+95+166=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B55FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55FA6 is #4AA059. Grayscale: #808080. Windows color (decimal): -4890714 or 10903477. OLE color: 10903477.

HSL color Cylindrical-coordinate representation of color #B55FA6: hue angle of 310.47º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55FA6 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 95 166 -
CMYK 0 0.48 0.08 0.29
HSL 310.47º 0.37% 0.54% -
HSV(B) 310.47º 0.48% 0.71% -
XYZ 30.03 20.76 38.5 -
YUV 128.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 181 95 166 0 0.48 0.08 0.29 310.47 0.37 0.54
Hex B5 5F A6 0 30 8 1D 136 25 36
Octal 265 137 246 0 60 10 35 466 45 66
Binary 10110101 1011111 10100110 0 110000 1000 11101 100110110 100101 110110

Color Harmonies of #B55FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FA6

Black with #B55FA6

Text Example


Text Example

White with #B55FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FA6; }

 p { color: rgb(181,95,166); }

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

background-color css

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

 a { background-color: rgb(181,95,166); }

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

border-color css

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

 span { border-color: rgb(181,95,166); }

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