Html Css Color HEX #BC67C7 Fuchsia

📋 copy color: '#BC67C7'

red 188 ◦ green 103 ◦ blue 199

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

Shades of Fuchsia #BC67C7

Tints of Fuchsia #BC67C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.61%

R = 38.37%
G = 21.02%
B = 40.61%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC67C7 (or 0xBC67C7) is known color: Fuchsia. HEX triplet: BC, 67 and C7. RGB value is (188,103,199). Sum of RGB (Red+Green+Blue) = 188+103+199=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC67C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67C7 is #439838. Grayscale: #8B8B8B. Windows color (decimal): -4429881 or 13068220. OLE color: 13068220.

HSL color Cylindrical-coordinate representation of color #BC67C7: hue angle of 293.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC67C7 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 103 199 -
CMYK 0.06 0.48 0 0.22
HSL 293.13º 0.46% 0.59% -
HSV(B) 293.13º 0.48% 0.78% -
XYZ 35.9 24.52 56.87 -
YUV 139.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 188 103 199 0.06 0.48 0 0.22 293.13 0.46 0.59
Hex BC 67 C7 6 30 0 16 125 2E 3B
Octal 274 147 307 6 60 0 26 445 56 73
Binary 10111100 1100111 11000111 110 110000 0 10110 100100101 101110 111011

Color Harmonies of #BC67C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67C7

Black with #BC67C7

Text Example


Text Example

White with #BC67C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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