Html Css Color HEX #BF36CC Fuchsia

📋 copy color: '#BF36CC'

red 191 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #BF36CC

Tints of Fuchsia #BF36CC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.03%

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

R = 42.54%
G = 12.03%
B = 45.43%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF36CC (or 0xBF36CC) is known color: Fuchsia. HEX triplet: BF, 36 and CC. RGB value is (191,54,204). Sum of RGB (Red+Green+Blue) = 191+54+204=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36CC is #40C933. Grayscale: #6F6F6F. Windows color (decimal): -4245812 or 13383359. OLE color: 13383359.

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

Color convert

RGB 191 54 204 -
CMYK 0.06 0.74 0 0.2
HSL 294.8º 0.6% 0.51% -
HSV(B) 294.8º 0.74% 0.8% -
XYZ 33.7 18.07 58.84 -
YUV 112.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 191 54 204 0.06 0.74 0 0.2 294.8 0.6 0.51
Hex BF 36 CC 6 4A 0 14 127 3C 33
Octal 277 66 314 6 112 0 24 447 74 63
Binary 10111111 110110 11001100 110 1001010 0 10100 100100111 111100 110011

Color Harmonies of #BF36CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36CC

Black with #BF36CC

Text Example


Text Example

White with #BF36CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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