Html Css Color HEX #BF3CB2 Fuchsia

📋 copy color: '#BF3CB2'

red 191 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #BF3CB2

Tints of Fuchsia #BF3CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.99%

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

R = 44.52%
G = 13.99%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF3CB2 (or 0xBF3CB2) is known color: Fuchsia. HEX triplet: BF, 3C and B2. RGB value is (191,60,178). Sum of RGB (Red+Green+Blue) = 191+60+178=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3CB2 is #40C34D. Grayscale: #707070. Windows color (decimal): -4244302 or 11680959. OLE color: 11680959.

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

Color convert

RGB 191 60 178 -
CMYK 0 0.69 0.07 0.25
HSL 305.95º 0.52% 0.49% -
HSV(B) 305.95º 0.69% 0.75% -
XYZ 31.14 17.52 43.86 -
YUV 112.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 191 60 178 0 0.69 0.07 0.25 305.95 0.52 0.49
Hex BF 3C B2 0 45 7 19 132 34 31
Octal 277 74 262 0 105 7 31 462 64 61
Binary 10111111 111100 10110010 0 1000101 111 11001 100110010 110100 110001

Color Harmonies of #BF3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CB2

Black with #BF3CB2

Text Example


Text Example

White with #BF3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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