Html Css Color HEX #BC30C0 Fuchsia

📋 copy color: '#BC30C0'

red 188 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #BC30C0

Tints of Fuchsia #BC30C0

RGB

 RED value IS 188 (73.83% from 255) = 43.93%

 GREEN value IS 48 (19.14% from 255) = 11.21%

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

R = 43.93%
G = 11.21%
B = 44.86%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC30C0 (or 0xBC30C0) is known color: Fuchsia. HEX triplet: BC, 30 and C0. RGB value is (188,48,192). Sum of RGB (Red+Green+Blue) = 188+48+192=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30C0 is #43CF3F. Grayscale: #696969. Windows color (decimal): -4443968 or 12595388. OLE color: 12595388.

HSL color Cylindrical-coordinate representation of color #BC30C0: hue angle of 298.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC30C0 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 48 192 -
CMYK 0.02 0.75 0 0.25
HSL 298.33º 0.6% 0.47% -
HSV(B) 298.33º 0.75% 0.75% -
XYZ 31.31 16.61 51.43 -
YUV 106.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 188 48 192 0.02 0.75 0 0.25 298.33 0.6 0.47
Hex BC 30 C0 2 4B 0 19 12A 3C 2F
Octal 274 60 300 2 113 0 31 452 74 57
Binary 10111100 110000 11000000 10 1001011 0 11001 100101010 111100 101111

Color Harmonies of #BC30C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30C0

Black with #BC30C0

Text Example


Text Example

White with #BC30C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30C0; }

 p { color: rgb(188,48,192); }

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

background-color css

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

 a { background-color: rgb(188,48,192); }

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

border-color css

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

 span { border-color: rgb(188,48,192); }

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