Html Css Color HEX #BC38C8 Fuchsia

📋 copy color: '#BC38C8'

red 188 ◦ green 56 ◦ blue 200

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

Shades of Fuchsia #BC38C8

Tints of Fuchsia #BC38C8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.61%

 BLUE value IS 200 (78.52% from 255) = 45.05%

R = 42.34%
G = 12.61%
B = 45.05%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC38C8 (or 0xBC38C8) is known color: Fuchsia. HEX triplet: BC, 38 and C8. RGB value is (188,56,200). Sum of RGB (Red+Green+Blue) = 188+56+200=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC38C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38C8 is #43C737. Grayscale: #6F6F6F. Windows color (decimal): -4441912 or 13121724. OLE color: 13121724.

HSL color Cylindrical-coordinate representation of color #BC38C8: hue angle of 295º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC38C8 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 56 200 -
CMYK 0.06 0.72 0 0.22
HSL 295º 0.57% 0.5% -
HSV(B) 295º 0.72% 0.78% -
XYZ 32.58 17.69 56.34 -
YUV 111.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 188 56 200 0.06 0.72 0 0.22 295 0.57 0.5
Hex BC 38 C8 6 48 0 16 127 39 32
Octal 274 70 310 6 110 0 26 447 71 62
Binary 10111100 111000 11001000 110 1001000 0 10110 100100111 111001 110010

Color Harmonies of #BC38C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38C8

Black with #BC38C8

Text Example


Text Example

White with #BC38C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38C8; }

 p { color: rgb(188,56,200); }

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

background-color css

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

 a { background-color: rgb(188,56,200); }

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

border-color css

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

 span { border-color: rgb(188,56,200); }

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