Html Css Color HEX #BF33AA Fuchsia

📋 copy color: '#BF33AA'

red 191 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #BF33AA

Tints of Fuchsia #BF33AA

RGB

 RED value IS 191 (75% from 255) = 46.36%

 GREEN value IS 51 (20.31% from 255) = 12.38%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 46.36%
G = 12.38%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF33AA (or 0xBF33AA) is known color: Fuchsia. HEX triplet: BF, 33 and AA. RGB value is (191,51,170). Sum of RGB (Red+Green+Blue) = 191+51+170=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF33AA is #40CC55. Grayscale: #6A6A6A. Windows color (decimal): -4246614 or 11154367. OLE color: 11154367.

HSL color Cylindrical-coordinate representation of color #BF33AA: hue angle of 309º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF33AA is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 51 170 -
CMYK 0 0.73 0.11 0.25
HSL 309º 0.58% 0.47% -
HSV(B) 309º 0.73% 0.75% -
XYZ 29.93 16.35 39.61 -
YUV 106.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 191 51 170 0 0.73 0.11 0.25 309 0.58 0.47
Hex BF 33 AA 0 49 B 19 135 3A 2F
Octal 277 63 252 0 111 13 31 465 72 57
Binary 10111111 110011 10101010 0 1001001 1011 11001 100110101 111010 101111

Color Harmonies of #BF33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33AA

Black with #BF33AA

Text Example


Text Example

White with #BF33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33AA; }

 p { color: rgb(191,51,170); }

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

background-color css

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

 a { background-color: rgb(191,51,170); }

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

border-color css

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

 span { border-color: rgb(191,51,170); }

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