Html Css Color HEX #BC30B5 Fuchsia

📋 copy color: '#BC30B5'

red 188 ◦ green 48 ◦ blue 181

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

Shades of Fuchsia #BC30B5

Tints of Fuchsia #BC30B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.41%

R = 45.08%
G = 11.51%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC30B5 (or 0xBC30B5) is known color: Fuchsia. HEX triplet: BC, 30 and B5. RGB value is (188,48,181). Sum of RGB (Red+Green+Blue) = 188+48+181=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30B5 is #43CF4A. Grayscale: #686868. Windows color (decimal): -4443979 or 11874492. OLE color: 11874492.

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

Color convert

RGB 188 48 181 -
CMYK 0 0.74 0.04 0.26
HSL 303º 0.59% 0.46% -
HSV(B) 303º 0.74% 0.74% -
XYZ 30.14 16.14 45.24 -
YUV 105.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 188 48 181 0 0.74 0.04 0.26 303 0.59 0.46
Hex BC 30 B5 0 4A 4 1A 12F 3B 2E
Octal 274 60 265 0 112 4 32 457 73 56
Binary 10111100 110000 10110101 0 1001010 100 11010 100101111 111011 101110

Color Harmonies of #BC30B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30B5

Black with #BC30B5

Text Example


Text Example

White with #BC30B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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