Html Css Color HEX #BF4CBB Fuchsia

📋 copy color: '#BF4CBB'

red 191 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #BF4CBB

Tints of Fuchsia #BF4CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.74%

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

R = 42.07%
G = 16.74%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF4CBB (or 0xBF4CBB) is known color: Fuchsia. HEX triplet: BF, 4C and BB. RGB value is (191,76,187). Sum of RGB (Red+Green+Blue) = 191+76+187=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CBB is #40B344. Grayscale: #7A7A7A. Windows color (decimal): -4240197 or 12274879. OLE color: 12274879.

HSL color Cylindrical-coordinate representation of color #BF4CBB: hue angle of 302.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CBB is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 187 -
CMYK 0 0.60 0.02 0.25
HSL 302.09º 0.47% 0.52% -
HSV(B) 302.09º 0.6% 0.75% -
XYZ 33.04 19.83 49.1 -
YUV 123.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 191 76 187 0 0.60 0.02 0.25 302.09 0.47 0.52
Hex BF 4C BB 0 3C 2 19 12E 2F 34
Octal 277 114 273 0 74 2 31 456 57 64
Binary 10111111 1001100 10111011 0 111100 10 11001 100101110 101111 110100

Color Harmonies of #BF4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CBB

Black with #BF4CBB

Text Example


Text Example

White with #BF4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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