Html Css Color HEX #B970BE Fuchsia

📋 copy color: '#B970BE'

red 185 ◦ green 112 ◦ blue 190

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

Shades of Fuchsia #B970BE

Tints of Fuchsia #B970BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 37.99%
G = 23%
B = 39.01%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B970BE (or 0xB970BE) is known color: Fuchsia. HEX triplet: B9, 70 and BE. RGB value is (185,112,190). Sum of RGB (Red+Green+Blue) = 185+112+190=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B970BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970BE is #468F41. Grayscale: #8E8E8E. Windows color (decimal): -4624194 or 12480697. OLE color: 12480697.

HSL color Cylindrical-coordinate representation of color #B970BE: hue angle of 296.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B970BE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 112 190 -
CMYK 0.03 0.41 0 0.25
HSL 296.15º 0.38% 0.59% -
HSV(B) 296.15º 0.41% 0.75% -
XYZ 35.1 25.62 51.81 -
YUV 142.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 185 112 190 0.03 0.41 0 0.25 296.15 0.38 0.59
Hex B9 70 BE 3 29 0 19 128 26 3B
Octal 271 160 276 3 51 0 31 450 46 73
Binary 10111001 1110000 10111110 11 101001 0 11001 100101000 100110 111011

Color Harmonies of #B970BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970BE

Black with #B970BE

Text Example


Text Example

White with #B970BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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