Html Css Color HEX #BF35C0 Fuchsia

📋 copy color: '#BF35C0'

red 191 ◦ green 53 ◦ blue 192

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

Shades of Fuchsia #BF35C0

Tints of Fuchsia #BF35C0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.16%

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

R = 43.81%
G = 12.16%
B = 44.04%

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

#BF35C0 (or 0xBF35C0) is known color: Fuchsia. HEX triplet: BF, 35 and C0. RGB value is (191,53,192). Sum of RGB (Red+Green+Blue) = 191+53+192=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF35C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF35C0 is #40CA3F. Grayscale: #6D6D6D. Windows color (decimal): -4246080 or 12596671. OLE color: 12596671.

HSL color Cylindrical-coordinate representation of color #BF35C0: hue angle of 299.57º degrees, saturation: 0.57, 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 #BF35C0 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 53 192 -
CMYK 0.01 0.72 0 0.25
HSL 299.57º 0.57% 0.48% -
HSV(B) 299.57º 0.72% 0.75% -
XYZ 32.27 17.43 51.53 -
YUV 110.11 174.22 185.7 -
System Red Green Blue C M Y K H S L
Decimal 191 53 192 0.01 0.72 0 0.25 299.57 0.57 0.48
Hex BF 35 C0 1 48 0 19 12C 39 30
Octal 277 65 300 1 110 0 31 454 71 60
Binary 10111111 110101 11000000 1 1001000 0 11001 100101100 111001 110000

Color Harmonies of #BF35C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF35C0

Black with #BF35C0

Text Example


Text Example

White with #BF35C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF35C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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