Html Css Color HEX #BC67B0 Fuchsia

📋 copy color: '#BC67B0'

red 188 ◦ green 103 ◦ blue 176

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

Shades of Fuchsia #BC67B0

Tints of Fuchsia #BC67B0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.06%

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 40.26%
G = 22.06%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC67B0 (or 0xBC67B0) is known color: Fuchsia. HEX triplet: BC, 67 and B0. RGB value is (188,103,176). Sum of RGB (Red+Green+Blue) = 188+103+176=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67B0 is #43984F. Grayscale: #888888. Windows color (decimal): -4429904 or 11560892. OLE color: 11560892.

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

Color convert

RGB 188 103 176 -
CMYK 0 0.45 0.06 0.26
HSL 308.47º 0.39% 0.57% -
HSV(B) 308.47º 0.45% 0.74% -
XYZ 33.43 23.53 43.85 -
YUV 136.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 188 103 176 0 0.45 0.06 0.26 308.47 0.39 0.57
Hex BC 67 B0 0 2D 6 1A 134 27 39
Octal 274 147 260 0 55 6 32 464 47 71
Binary 10111100 1100111 10110000 0 101101 110 11010 100110100 100111 111001

Color Harmonies of #BC67B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67B0

Black with #BC67B0

Text Example


Text Example

White with #BC67B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67B0; }

 p { color: rgb(188,103,176); }

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

background-color css

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

 a { background-color: rgb(188,103,176); }

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

border-color css

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

 span { border-color: rgb(188,103,176); }

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