Html Css Color HEX #BF37CC Fuchsia

📋 copy color: '#BF37CC'

red 191 ◦ green 55 ◦ blue 204

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

Shades of Fuchsia #BF37CC

Tints of Fuchsia #BF37CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.22%

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

R = 42.44%
G = 12.22%
B = 45.33%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF37CC (or 0xBF37CC) is known color: Fuchsia. HEX triplet: BF, 37 and CC. RGB value is (191,55,204). Sum of RGB (Red+Green+Blue) = 191+55+204=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37CC is #40C833. Grayscale: #707070. Windows color (decimal): -4245556 or 13383615. OLE color: 13383615.

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

Color convert

RGB 191 55 204 -
CMYK 0.06 0.73 0 0.2
HSL 294.77º 0.59% 0.51% -
HSV(B) 294.77º 0.73% 0.8% -
XYZ 33.75 18.17 58.85 -
YUV 112.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 191 55 204 0.06 0.73 0 0.2 294.77 0.59 0.51
Hex BF 37 CC 6 49 0 14 127 3B 33
Octal 277 67 314 6 111 0 24 447 73 63
Binary 10111111 110111 11001100 110 1001001 0 10100 100100111 111011 110011

Color Harmonies of #BF37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37CC

Black with #BF37CC

Text Example


Text Example

White with #BF37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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