Html Css Color HEX #BF34CC Fuchsia

📋 copy color: '#BF34CC'

red 191 ◦ green 52 ◦ blue 204

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

Shades of Fuchsia #BF34CC

Tints of Fuchsia #BF34CC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.63%

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

R = 42.73%
G = 11.63%
B = 45.64%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF34CC (or 0xBF34CC) is known color: Fuchsia. HEX triplet: BF, 34 and CC. RGB value is (191,52,204). Sum of RGB (Red+Green+Blue) = 191+52+204=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF34CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34CC is #40CB33. Grayscale: #6E6E6E. Windows color (decimal): -4246324 or 13382847. OLE color: 13382847.

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

Color convert

RGB 191 52 204 -
CMYK 0.06 0.75 0 0.2
HSL 294.87º 0.6% 0.5% -
HSV(B) 294.87º 0.75% 0.8% -
XYZ 33.61 17.89 58.81 -
YUV 110.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 191 52 204 0.06 0.75 0 0.2 294.87 0.6 0.5
Hex BF 34 CC 6 4B 0 14 127 3C 32
Octal 277 64 314 6 113 0 24 447 74 62
Binary 10111111 110100 11001100 110 1001011 0 10100 100100111 111100 110010

Color Harmonies of #BF34CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34CC

Black with #BF34CC

Text Example


Text Example

White with #BF34CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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