Html Css Color HEX #B530BA Fuchsia

📋 copy color: '#B530BA'

red 181 ◦ green 48 ◦ blue 186

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

Shades of Fuchsia #B530BA

Tints of Fuchsia #B530BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.57%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 43.61%
G = 11.57%
B = 44.82%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B530BA (or 0xB530BA) is known color: Fuchsia. HEX triplet: B5, 30 and BA. RGB value is (181,48,186). Sum of RGB (Red+Green+Blue) = 181+48+186=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #B530BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530BA is #4ACF45. Grayscale: #676767. Windows color (decimal): -4902726 or 12202165. OLE color: 12202165.

HSL color Cylindrical-coordinate representation of color #B530BA: hue angle of 297.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B530BA is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 48 186 -
CMYK 0.03 0.74 0 0.27
HSL 297.83º 0.59% 0.46% -
HSV(B) 297.83º 0.74% 0.73% -
XYZ 28.98 15.48 47.92 -
YUV 103.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 181 48 186 0.03 0.74 0 0.27 297.83 0.59 0.46
Hex B5 30 BA 3 4A 0 1B 12A 3B 2E
Octal 265 60 272 3 112 0 33 452 73 56
Binary 10110101 110000 10111010 11 1001010 0 11011 100101010 111011 101110

Color Harmonies of #B530BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B530BA

Black with #B530BA

Text Example


Text Example

White with #B530BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B530BA; }

 p { color: rgb(181,48,186); }

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

background-color css

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

 a { background-color: rgb(181,48,186); }

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

border-color css

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

 span { border-color: rgb(181,48,186); }

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