Html Css Color HEX #B970B5 Fuchsia

📋 copy color: '#B970B5'

red 185 ◦ green 112 ◦ blue 181

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

Shades of Fuchsia #B970B5

Tints of Fuchsia #B970B5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 38.7%
G = 23.43%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B970B5 (or 0xB970B5) is known color: Fuchsia. HEX triplet: B9, 70 and B5. RGB value is (185,112,181). Sum of RGB (Red+Green+Blue) = 185+112+181=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B970B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970B5 is #468F4A. Grayscale: #8D8D8D. Windows color (decimal): -4624203 or 11890873. OLE color: 11890873.

HSL color Cylindrical-coordinate representation of color #B970B5: hue angle of 303.29º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B970B5 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 181 -
CMYK 0 0.39 0.02 0.27
HSL 303.29º 0.34% 0.58% -
HSV(B) 303.29º 0.39% 0.73% -
XYZ 34.14 25.24 46.79 -
YUV 141.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 185 112 181 0 0.39 0.02 0.27 303.29 0.34 0.58
Hex B9 70 B5 0 27 2 1B 12F 22 3A
Octal 271 160 265 0 47 2 33 457 42 72
Binary 10111001 1110000 10110101 0 100111 10 11011 100101111 100010 111010

Color Harmonies of #B970B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970B5

Black with #B970B5

Text Example


Text Example

White with #B970B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970B5; }

 p { color: rgb(185,112,181); }

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

background-color css

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

 a { background-color: rgb(185,112,181); }

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

border-color css

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

 span { border-color: rgb(185,112,181); }

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