Html Css Color HEX #BF4DCB Fuchsia

📋 copy color: '#BF4DCB'

red 191 ◦ green 77 ◦ blue 203

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

Shades of Fuchsia #BF4DCB

Tints of Fuchsia #BF4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 40.55%
G = 16.35%
B = 43.1%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF4DCB (or 0xBF4DCB) is known color: Fuchsia. HEX triplet: BF, 4D and CB. RGB value is (191,77,203). Sum of RGB (Red+Green+Blue) = 191+77+203=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DCB is #40B234. Grayscale: #7D7D7D. Windows color (decimal): -4239925 or 13323711. OLE color: 13323711.

HSL color Cylindrical-coordinate representation of color #BF4DCB: hue angle of 294.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4DCB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 77 203 -
CMYK 0.06 0.62 0 0.20
HSL 294.29º 0.55% 0.55% -
HSV(B) 294.29º 0.62% 0.8% -
XYZ 34.92 20.7 58.65 -
YUV 125.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 191 77 203 0.06 0.62 0 0.20 294.29 0.55 0.55
Hex BF 4D CB 6 3E 0 14 126 37 37
Octal 277 115 313 6 76 0 24 446 67 67
Binary 10111111 1001101 11001011 110 111110 0 10100 100100110 110111 110111

Color Harmonies of #BF4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DCB

Black with #BF4DCB

Text Example


Text Example

White with #BF4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DCB; }

 p { color: rgb(191,77,203); }

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

background-color css

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

 a { background-color: rgb(191,77,203); }

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

border-color css

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

 span { border-color: rgb(191,77,203); }

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