Html Css Color HEX #BC33AF Fuchsia

📋 copy color: '#BC33AF'

red 188 ◦ green 51 ◦ blue 175

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

Shades of Fuchsia #BC33AF

Tints of Fuchsia #BC33AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.32%

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 45.41%
G = 12.32%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC33AF (or 0xBC33AF) is known color: Fuchsia. HEX triplet: BC, 33 and AF. RGB value is (188,51,175). Sum of RGB (Red+Green+Blue) = 188+51+175=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33AF is #43CC50. Grayscale: #696969. Windows color (decimal): -4443217 or 11482044. OLE color: 11482044.

HSL color Cylindrical-coordinate representation of color #BC33AF: hue angle of 305.69º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC33AF is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 175 -
CMYK 0 0.73 0.07 0.26
HSL 305.69º 0.57% 0.47% -
HSV(B) 305.69º 0.73% 0.74% -
XYZ 29.66 16.15 42.11 -
YUV 106.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 188 51 175 0 0.73 0.07 0.26 305.69 0.57 0.47
Hex BC 33 AF 0 49 7 1A 132 39 2F
Octal 274 63 257 0 111 7 32 462 71 57
Binary 10111100 110011 10101111 0 1001001 111 11010 100110010 111001 101111

Color Harmonies of #BC33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33AF

Black with #BC33AF

Text Example


Text Example

White with #BC33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33AF; }

 p { color: rgb(188,51,175); }

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

background-color css

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

 a { background-color: rgb(188,51,175); }

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

border-color css

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

 span { border-color: rgb(188,51,175); }

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