Html Css Color HEX #BF36C0 Fuchsia

📋 copy color: '#BF36C0'

red 191 ◦ green 54 ◦ blue 192

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

Shades of Fuchsia #BF36C0

Tints of Fuchsia #BF36C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.94%

R = 43.71%
G = 12.36%
B = 43.94%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF36C0 (or 0xBF36C0) is known color: Fuchsia. HEX triplet: BF, 36 and C0. RGB value is (191,54,192). Sum of RGB (Red+Green+Blue) = 191+54+192=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF36C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36C0 is #40C93F. Grayscale: #6E6E6E. Windows color (decimal): -4245824 or 12596927. OLE color: 12596927.

HSL color Cylindrical-coordinate representation of color #BF36C0: hue angle of 299.57º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF36C0 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 54 192 -
CMYK 0.01 0.72 0 0.25
HSL 299.57º 0.56% 0.48% -
HSV(B) 299.57º 0.72% 0.75% -
XYZ 32.32 17.52 51.55 -
YUV 110.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 191 54 192 0.01 0.72 0 0.25 299.57 0.56 0.48
Hex BF 36 C0 1 48 0 19 12C 38 30
Octal 277 66 300 1 110 0 31 454 70 60
Binary 10111111 110110 11000000 1 1001000 0 11001 100101100 111000 110000

Color Harmonies of #BF36C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36C0

Black with #BF36C0

Text Example


Text Example

White with #BF36C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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