Html Css Color HEX #B830BA Fuchsia

📋 copy color: '#B830BA'

red 184 ◦ green 48 ◦ blue 186

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

Shades of Fuchsia #B830BA

Tints of Fuchsia #B830BA

RGB

 RED value IS 184 (72.27% from 255) = 44.02%

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

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

R = 44.02%
G = 11.48%
B = 44.5%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B830BA (or 0xB830BA) is known color: Fuchsia. HEX triplet: B8, 30 and BA. RGB value is (184,48,186). Sum of RGB (Red+Green+Blue) = 184+48+186=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #B830BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830BA is #47CF45. Grayscale: #676767. Windows color (decimal): -4706118 or 12202168. OLE color: 12202168.

HSL color Cylindrical-coordinate representation of color #B830BA: hue angle of 299.13º 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 #B830BA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 48 186 -
CMYK 0.01 0.74 0 0.27
HSL 299.13º 0.59% 0.46% -
HSV(B) 299.13º 0.74% 0.73% -
XYZ 29.69 15.85 47.95 -
YUV 104.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 184 48 186 0.01 0.74 0 0.27 299.13 0.59 0.46
Hex B8 30 BA 1 4A 0 1B 12B 3B 2E
Octal 270 60 272 1 112 0 33 453 73 56
Binary 10111000 110000 10111010 1 1001010 0 11011 100101011 111011 101110

Color Harmonies of #B830BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830BA

Black with #B830BA

Text Example


Text Example

White with #B830BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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