Html Css Color HEX #B970BB Fuchsia

📋 copy color: '#B970BB'

red 185 ◦ green 112 ◦ blue 187

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

Shades of Fuchsia #B970BB

Tints of Fuchsia #B970BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 38.22%
G = 23.14%
B = 38.64%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B970BB (or 0xB970BB) is known color: Fuchsia. HEX triplet: B9, 70 and BB. RGB value is (185,112,187). Sum of RGB (Red+Green+Blue) = 185+112+187=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #B970BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970BB is #468F44. Grayscale: #8E8E8E. Windows color (decimal): -4624197 or 12284089. OLE color: 12284089.

HSL color Cylindrical-coordinate representation of color #B970BB: hue angle of 298.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B970BB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 187 -
CMYK 0.01 0.40 0 0.27
HSL 298.4º 0.36% 0.59% -
HSV(B) 298.4º 0.4% 0.73% -
XYZ 34.77 25.49 50.1 -
YUV 142.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 185 112 187 0.01 0.40 0 0.27 298.4 0.36 0.59
Hex B9 70 BB 1 28 0 1B 12A 24 3B
Octal 271 160 273 1 50 0 33 452 44 73
Binary 10111001 1110000 10111011 1 101000 0 11011 100101010 100100 111011

Color Harmonies of #B970BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970BB

Black with #B970BB

Text Example


Text Example

White with #B970BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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