Html Css Color HEX #BF40CC Fuchsia

📋 copy color: '#BF40CC'

red 191 ◦ green 64 ◦ blue 204

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

Shades of Fuchsia #BF40CC

Tints of Fuchsia #BF40CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.94%

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

R = 41.61%
G = 13.94%
B = 44.44%

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

#BF40CC (or 0xBF40CC) is known color: Fuchsia. HEX triplet: BF, 40 and CC. RGB value is (191,64,204). Sum of RGB (Red+Green+Blue) = 191+64+204=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40CC is #40BF33. Grayscale: #757575. Windows color (decimal): -4243252 or 13385919. OLE color: 13385919.

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

Color convert

RGB 191 64 204 -
CMYK 0.06 0.69 0 0.2
HSL 294.43º 0.58% 0.53% -
HSV(B) 294.43º 0.69% 0.8% -
XYZ 34.22 19.1 59.01 -
YUV 117.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 191 64 204 0.06 0.69 0 0.2 294.43 0.58 0.53
Hex BF 40 CC 6 45 0 14 126 3A 35
Octal 277 100 314 6 105 0 24 446 72 65
Binary 10111111 1000000 11001100 110 1000101 0 10100 100100110 111010 110101

Color Harmonies of #BF40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40CC

Black with #BF40CC

Text Example


Text Example

White with #BF40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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