Html Css Color HEX #BC30C9 Fuchsia

📋 copy color: '#BC30C9'

red 188 ◦ green 48 ◦ blue 201

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

Shades of Fuchsia #BC30C9

Tints of Fuchsia #BC30C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46%

R = 43.02%
G = 10.98%
B = 46%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC30C9 (or 0xBC30C9) is known color: Fuchsia. HEX triplet: BC, 30 and C9. RGB value is (188,48,201). Sum of RGB (Red+Green+Blue) = 188+48+201=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC30C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30C9 is #43CF36. Grayscale: #6A6A6A. Windows color (decimal): -4443959 or 13185212. OLE color: 13185212.

HSL color Cylindrical-coordinate representation of color #BC30C9: hue angle of 294.9º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC30C9 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 48 201 -
CMYK 0.06 0.76 0 0.21
HSL 294.9º 0.61% 0.49% -
HSV(B) 294.9º 0.76% 0.79% -
XYZ 32.34 17.02 56.84 -
YUV 107.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 188 48 201 0.06 0.76 0 0.21 294.9 0.61 0.49
Hex BC 30 C9 6 4C 0 15 127 3D 31
Octal 274 60 311 6 114 0 25 447 75 61
Binary 10111100 110000 11001001 110 1001100 0 10101 100100111 111101 110001

Color Harmonies of #BC30C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30C9

Black with #BC30C9

Text Example


Text Example

White with #BC30C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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