Html Css Color HEX #BC3DBB Fuchsia

📋 copy color: '#BC3DBB'

red 188 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #BC3DBB

Tints of Fuchsia #BC3DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.99%

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 43.12%
G = 13.99%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC3DBB (or 0xBC3DBB) is known color: Fuchsia. HEX triplet: BC, 3D and BB. RGB value is (188,61,187). Sum of RGB (Red+Green+Blue) = 188+61+187=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DBB is #43C244. Grayscale: #707070. Windows color (decimal): -4440645 or 12271036. OLE color: 12271036.

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

Color convert

RGB 188 61 187 -
CMYK 0 0.68 0.01 0.26
HSL 300.47º 0.51% 0.49% -
HSV(B) 300.47º 0.68% 0.74% -
XYZ 31.38 17.62 48.76 -
YUV 113.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 188 61 187 0 0.68 0.01 0.26 300.47 0.51 0.49
Hex BC 3D BB 0 44 1 1A 12C 33 31
Octal 274 75 273 0 104 1 32 454 63 61
Binary 10111100 111101 10111011 0 1000100 1 11010 100101100 110011 110001

Color Harmonies of #BC3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DBB

Black with #BC3DBB

Text Example


Text Example

White with #BC3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DBB; }

 p { color: rgb(188,61,187); }

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

background-color css

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

 a { background-color: rgb(188,61,187); }

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

border-color css

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

 span { border-color: rgb(188,61,187); }

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