Html Css Color HEX #BC67B7 Fuchsia

📋 copy color: '#BC67B7'

red 188 ◦ green 103 ◦ blue 183

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

Shades of Fuchsia #BC67B7

Tints of Fuchsia #BC67B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 39.66%
G = 21.73%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC67B7 (or 0xBC67B7) is known color: Fuchsia. HEX triplet: BC, 67 and B7. RGB value is (188,103,183). Sum of RGB (Red+Green+Blue) = 188+103+183=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67B7 is #439848. Grayscale: #898989. Windows color (decimal): -4429897 or 12019644. OLE color: 12019644.

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

Color convert

RGB 188 103 183 -
CMYK 0 0.45 0.03 0.26
HSL 303.53º 0.39% 0.57% -
HSV(B) 303.53º 0.45% 0.74% -
XYZ 34.14 23.81 47.6 -
YUV 137.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 188 103 183 0 0.45 0.03 0.26 303.53 0.39 0.57
Hex BC 67 B7 0 2D 3 1A 130 27 39
Octal 274 147 267 0 55 3 32 460 47 71
Binary 10111100 1100111 10110111 0 101101 11 11010 100110000 100111 111001

Color Harmonies of #BC67B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67B7

Black with #BC67B7

Text Example


Text Example

White with #BC67B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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