Html Css Color HEX #BC67B9 Fuchsia

📋 copy color: '#BC67B9'

red 188 ◦ green 103 ◦ blue 185

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

Shades of Fuchsia #BC67B9

Tints of Fuchsia #BC67B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.87%

R = 39.5%
G = 21.64%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC67B9 (or 0xBC67B9) is known color: Fuchsia. HEX triplet: BC, 67 and B9. RGB value is (188,103,185). Sum of RGB (Red+Green+Blue) = 188+103+185=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67B9 is #439846. Grayscale: #898989. Windows color (decimal): -4429895 or 12150716. OLE color: 12150716.

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

Color convert

RGB 188 103 185 -
CMYK 0 0.45 0.02 0.26
HSL 302.12º 0.39% 0.57% -
HSV(B) 302.12º 0.45% 0.74% -
XYZ 34.35 23.89 48.7 -
YUV 137.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 188 103 185 0 0.45 0.02 0.26 302.12 0.39 0.57
Hex BC 67 B9 0 2D 2 1A 12E 27 39
Octal 274 147 271 0 55 2 32 456 47 71
Binary 10111100 1100111 10111001 0 101101 10 11010 100101110 100111 111001

Color Harmonies of #BC67B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67B9

Black with #BC67B9

Text Example


Text Example

White with #BC67B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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