Html Css Color HEX #B940B0 Fuchsia

📋 copy color: '#B940B0'

red 185 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #B940B0

Tints of Fuchsia #B940B0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.06%

 BLUE value IS 176 (69.14% from 255) = 41.41%

R = 43.53%
G = 15.06%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B940B0 (or 0xB940B0) is known color: Fuchsia. HEX triplet: B9, 40 and B0. RGB value is (185,64,176). Sum of RGB (Red+Green+Blue) = 185+64+176=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B940B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940B0 is #46BF4F. Grayscale: #707070. Windows color (decimal): -4636496 or 11550905. OLE color: 11550905.

HSL color Cylindrical-coordinate representation of color #B940B0: hue angle of 304.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B940B0 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 176 -
CMYK 0 0.65 0.05 0.27
HSL 304.46º 0.49% 0.49% -
HSV(B) 304.46º 0.65% 0.73% -
XYZ 29.68 17.12 42.81 -
YUV 112.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 185 64 176 0 0.65 0.05 0.27 304.46 0.49 0.49
Hex B9 40 B0 0 41 5 1B 130 31 31
Octal 271 100 260 0 101 5 33 460 61 61
Binary 10111001 1000000 10110000 0 1000001 101 11011 100110000 110001 110001

Color Harmonies of #B940B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940B0

Black with #B940B0

Text Example


Text Example

White with #B940B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940B0; }

 p { color: rgb(185,64,176); }

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

background-color css

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

 a { background-color: rgb(185,64,176); }

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

border-color css

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

 span { border-color: rgb(185,64,176); }

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