Html Css Color HEX #B972BE Fuchsia

📋 copy color: '#B972BE'

red 185 ◦ green 114 ◦ blue 190

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

Shades of Fuchsia #B972BE

Tints of Fuchsia #B972BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.31%

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

R = 37.83%
G = 23.31%
B = 38.85%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B972BE (or 0xB972BE) is known color: Fuchsia. HEX triplet: B9, 72 and BE. RGB value is (185,114,190). Sum of RGB (Red+Green+Blue) = 185+114+190=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B972BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972BE is #468D41. Grayscale: #8F8F8F. Windows color (decimal): -4623682 or 12481209. OLE color: 12481209.

HSL color Cylindrical-coordinate representation of color #B972BE: hue angle of 296.05º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B972BE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 114 190 -
CMYK 0.03 0.40 0 0.25
HSL 296.05º 0.37% 0.6% -
HSV(B) 296.05º 0.4% 0.75% -
XYZ 35.32 26.07 51.89 -
YUV 143.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 185 114 190 0.03 0.40 0 0.25 296.05 0.37 0.6
Hex B9 72 BE 3 28 0 19 128 25 3C
Octal 271 162 276 3 50 0 31 450 45 74
Binary 10111001 1110010 10111110 11 101000 0 11001 100101000 100101 111100

Color Harmonies of #B972BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972BE

Black with #B972BE

Text Example


Text Example

White with #B972BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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