Html Css Color HEX #BF3FCC Fuchsia

📋 copy color: '#BF3FCC'

red 191 ◦ green 63 ◦ blue 204

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

Shades of Fuchsia #BF3FCC

Tints of Fuchsia #BF3FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.76%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 41.7%
G = 13.76%
B = 44.54%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF3FCC (or 0xBF3FCC) is known color: Fuchsia. HEX triplet: BF, 3F and CC. RGB value is (191,63,204). Sum of RGB (Red+Green+Blue) = 191+63+204=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FCC is #40C033. Grayscale: #747474. Windows color (decimal): -4243508 or 13385663. OLE color: 13385663.

HSL color Cylindrical-coordinate representation of color #BF3FCC: hue angle of 294.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3FCC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 63 204 -
CMYK 0.06 0.69 0 0.2
HSL 294.47º 0.58% 0.52% -
HSV(B) 294.47º 0.69% 0.8% -
XYZ 34.16 18.99 58.99 -
YUV 117.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 191 63 204 0.06 0.69 0 0.2 294.47 0.58 0.52
Hex BF 3F CC 6 45 0 14 126 3A 34
Octal 277 77 314 6 105 0 24 446 72 64
Binary 10111111 111111 11001100 110 1000101 0 10100 100100110 111010 110100

Color Harmonies of #BF3FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FCC

Black with #BF3FCC

Text Example


Text Example

White with #BF3FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FCC; }

 p { color: rgb(191,63,204); }

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

background-color css

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

 a { background-color: rgb(191,63,204); }

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

border-color css

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

 span { border-color: rgb(191,63,204); }

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