Html Css Color HEX #B930C0 Fuchsia

📋 copy color: '#B930C0'

red 185 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #B930C0

Tints of Fuchsia #B930C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.18%

R = 43.53%
G = 11.29%
B = 45.18%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B930C0 (or 0xB930C0) is known color: Fuchsia. HEX triplet: B9, 30 and C0. RGB value is (185,48,192). Sum of RGB (Red+Green+Blue) = 185+48+192=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #B930C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B930C0 is #46CF3F. Grayscale: #686868. Windows color (decimal): -4640576 or 12595385. OLE color: 12595385.

HSL color Cylindrical-coordinate representation of color #B930C0: hue angle of 297.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B930C0 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 48 192 -
CMYK 0.04 0.75 0 0.25
HSL 297.08º 0.6% 0.47% -
HSV(B) 297.08º 0.75% 0.75% -
XYZ 30.58 16.23 51.39 -
YUV 105.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 185 48 192 0.04 0.75 0 0.25 297.08 0.6 0.47
Hex B9 30 C0 4 4B 0 19 129 3C 2F
Octal 271 60 300 4 113 0 31 451 74 57
Binary 10111001 110000 11000000 100 1001011 0 11001 100101001 111100 101111

Color Harmonies of #B930C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930C0

Black with #B930C0

Text Example


Text Example

White with #B930C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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