Html Css Color HEX #BF33BB Fuchsia

📋 copy color: '#BF33BB'

red 191 ◦ green 51 ◦ blue 187

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

Shades of Fuchsia #BF33BB

Tints of Fuchsia #BF33BB

RGB

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

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

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

R = 44.52%
G = 11.89%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF33BB (or 0xBF33BB) is known color: Fuchsia. HEX triplet: BF, 33 and BB. RGB value is (191,51,187). Sum of RGB (Red+Green+Blue) = 191+51+187=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33BB is #40CC44. Grayscale: #6B6B6B. Windows color (decimal): -4246597 or 12268479. OLE color: 12268479.

HSL color Cylindrical-coordinate representation of color #BF33BB: hue angle of 301.71º 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 #BF33BB is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 51 187 -
CMYK 0 0.73 0.02 0.25
HSL 301.71º 0.58% 0.47% -
HSV(B) 301.71º 0.73% 0.75% -
XYZ 31.64 17.03 48.63 -
YUV 108.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 191 51 187 0 0.73 0.02 0.25 301.71 0.58 0.47
Hex BF 33 BB 0 49 2 19 12E 3A 2F
Octal 277 63 273 0 111 2 31 456 72 57
Binary 10111111 110011 10111011 0 1001001 10 11001 100101110 111010 101111

Color Harmonies of #BF33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33BB

Black with #BF33BB

Text Example


Text Example

White with #BF33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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