Html Css Color HEX #BF34B2 Fuchsia

📋 copy color: '#BF34B2'

red 191 ◦ green 52 ◦ blue 178

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

Shades of Fuchsia #BF34B2

Tints of Fuchsia #BF34B2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.35%

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 45.37%
G = 12.35%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF34B2 (or 0xBF34B2) is known color: Fuchsia. HEX triplet: BF, 34 and B2. RGB value is (191,52,178). Sum of RGB (Red+Green+Blue) = 191+52+178=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF34B2 is #40CB4D. Grayscale: #6B6B6B. Windows color (decimal): -4246350 or 11678911. OLE color: 11678911.

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

Color convert

RGB 191 52 178 -
CMYK 0 0.73 0.07 0.25
HSL 305.61º 0.57% 0.48% -
HSV(B) 305.61º 0.73% 0.75% -
XYZ 30.75 16.75 43.73 -
YUV 107.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 191 52 178 0 0.73 0.07 0.25 305.61 0.57 0.48
Hex BF 34 B2 0 49 7 19 132 39 30
Octal 277 64 262 0 111 7 31 462 71 60
Binary 10111111 110100 10110010 0 1001001 111 11001 100110010 111001 110000

Color Harmonies of #BF34B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34B2

Black with #BF34B2

Text Example


Text Example

White with #BF34B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34B2; }

 p { color: rgb(191,52,178); }

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

background-color css

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

 a { background-color: rgb(191,52,178); }

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

border-color css

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

 span { border-color: rgb(191,52,178); }

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