Html Css Color HEX #BF3BCC Fuchsia

📋 copy color: '#BF3BCC'

red 191 ◦ green 59 ◦ blue 204

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

Shades of Fuchsia #BF3BCC

Tints of Fuchsia #BF3BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13%

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

R = 42.07%
G = 13%
B = 44.93%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF3BCC (or 0xBF3BCC) is known color: Fuchsia. HEX triplet: BF, 3B and CC. RGB value is (191,59,204). Sum of RGB (Red+Green+Blue) = 191+59+204=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF3BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BCC is #40C433. Grayscale: #727272. Windows color (decimal): -4244532 or 13384639. OLE color: 13384639.

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

Color convert

RGB 191 59 204 -
CMYK 0.06 0.71 0 0.2
HSL 294.62º 0.59% 0.52% -
HSV(B) 294.62º 0.71% 0.8% -
XYZ 33.95 18.56 58.92 -
YUV 115 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 191 59 204 0.06 0.71 0 0.2 294.62 0.59 0.52
Hex BF 3B CC 6 47 0 14 127 3B 34
Octal 277 73 314 6 107 0 24 447 73 64
Binary 10111111 111011 11001100 110 1000111 0 10100 100100111 111011 110100

Color Harmonies of #BF3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3BCC

Black with #BF3BCC

Text Example


Text Example

White with #BF3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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