Html Css Color HEX #BC67B2 Fuchsia

📋 copy color: '#BC67B2'

red 188 ◦ green 103 ◦ blue 178

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

Shades of Fuchsia #BC67B2

Tints of Fuchsia #BC67B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 40.09%
G = 21.96%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC67B2 (or 0xBC67B2) is known color: Fuchsia. HEX triplet: BC, 67 and B2. RGB value is (188,103,178). Sum of RGB (Red+Green+Blue) = 188+103+178=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67B2 is #43984D. Grayscale: #888888. Windows color (decimal): -4429902 or 11691964. OLE color: 11691964.

HSL color Cylindrical-coordinate representation of color #BC67B2: hue angle of 307.06º 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 #BC67B2 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 178 -
CMYK 0 0.45 0.05 0.26
HSL 307.06º 0.39% 0.57% -
HSV(B) 307.06º 0.45% 0.74% -
XYZ 33.63 23.61 44.9 -
YUV 136.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 188 103 178 0 0.45 0.05 0.26 307.06 0.39 0.57
Hex BC 67 B2 0 2D 5 1A 133 27 39
Octal 274 147 262 0 55 5 32 463 47 71
Binary 10111100 1100111 10110010 0 101101 101 11010 100110011 100111 111001

Color Harmonies of #BC67B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67B2

Black with #BC67B2

Text Example


Text Example

White with #BC67B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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