Html Css Color HEX #BC30BD Fuchsia

📋 copy color: '#BC30BD'

red 188 ◦ green 48 ◦ blue 189

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

Shades of Fuchsia #BC30BD

Tints of Fuchsia #BC30BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 44.24%
G = 11.29%
B = 44.47%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC30BD (or 0xBC30BD) is known color: Fuchsia. HEX triplet: BC, 30 and BD. RGB value is (188,48,189). Sum of RGB (Red+Green+Blue) = 188+48+189=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC30BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30BD is #43CF42. Grayscale: #696969. Windows color (decimal): -4443971 or 12398780. OLE color: 12398780.

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

Color convert

RGB 188 48 189 -
CMYK 0.01 0.75 0 0.26
HSL 299.57º 0.59% 0.46% -
HSV(B) 299.57º 0.75% 0.74% -
XYZ 30.98 16.48 49.69 -
YUV 105.93 174.88 186.54 -
System Red Green Blue C M Y K H S L
Decimal 188 48 189 0.01 0.75 0 0.26 299.57 0.59 0.46
Hex BC 30 BD 1 4B 0 1A 12C 3B 2E
Octal 274 60 275 1 113 0 32 454 73 56
Binary 10111100 110000 10111101 1 1001011 0 11010 100101100 111011 101110

Color Harmonies of #BC30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30BD

Black with #BC30BD

Text Example


Text Example

White with #BC30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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