Html Css Color HEX #B930BA Fuchsia

📋 copy color: '#B930BA'

red 185 ◦ green 48 ◦ blue 186

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

Shades of Fuchsia #B930BA

Tints of Fuchsia #B930BA

RGB

 RED value IS 185 (72.66% from 255) = 44.15%

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

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

R = 44.15%
G = 11.46%
B = 44.39%

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

#B930BA (or 0xB930BA) is known color: Fuchsia. HEX triplet: B9, 30 and BA. RGB value is (185,48,186). Sum of RGB (Red+Green+Blue) = 185+48+186=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #B930BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B930BA is #46CF45. Grayscale: #686868. Windows color (decimal): -4640582 or 12202169. OLE color: 12202169.

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

Color convert

RGB 185 48 186 -
CMYK 0.01 0.74 0 0.27
HSL 299.57º 0.59% 0.46% -
HSV(B) 299.57º 0.74% 0.73% -
XYZ 29.93 15.97 47.96 -
YUV 104.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 185 48 186 0.01 0.74 0 0.27 299.57 0.59 0.46
Hex B9 30 BA 1 4A 0 1B 12C 3B 2E
Octal 271 60 272 1 112 0 33 454 73 56
Binary 10111001 110000 10111010 1 1001010 0 11011 100101100 111011 101110

Color Harmonies of #B930BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930BA

Black with #B930BA

Text Example


Text Example

White with #B930BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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