Html Css Color HEX #B930B2 Fuchsia

📋 copy color: '#B930B2'

red 185 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #B930B2

Tints of Fuchsia #B930B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 45.01%
G = 11.68%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B930B2 (or 0xB930B2) is known color: Fuchsia. HEX triplet: B9, 30 and B2. RGB value is (185,48,178). Sum of RGB (Red+Green+Blue) = 185+48+178=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B930B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B930B2 is #46CF4D. Grayscale: #676767. Windows color (decimal): -4640590 or 11677881. OLE color: 11677881.

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

Color convert

RGB 185 48 178 -
CMYK 0 0.74 0.04 0.27
HSL 303.07º 0.59% 0.46% -
HSV(B) 303.07º 0.74% 0.73% -
XYZ 29.1 15.64 43.61 -
YUV 103.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 185 48 178 0 0.74 0.04 0.27 303.07 0.59 0.46
Hex B9 30 B2 0 4A 4 1B 12F 3B 2E
Octal 271 60 262 0 112 4 33 457 73 56
Binary 10111001 110000 10110010 0 1001010 100 11011 100101111 111011 101110

Color Harmonies of #B930B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930B2

Black with #B930B2

Text Example


Text Example

White with #B930B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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