Html Css Color HEX #BC65B2 Fuchsia

📋 copy color: '#BC65B2'

red 188 ◦ green 101 ◦ blue 178

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

Shades of Fuchsia #BC65B2

Tints of Fuchsia #BC65B2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.63%

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

R = 40.26%
G = 21.63%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC65B2 (or 0xBC65B2) is known color: Fuchsia. HEX triplet: BC, 65 and B2. RGB value is (188,101,178). Sum of RGB (Red+Green+Blue) = 188+101+178=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65B2 is #439A4D. Grayscale: #878787. Windows color (decimal): -4430414 or 11691452. OLE color: 11691452.

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

Color convert

RGB 188 101 178 -
CMYK 0 0.46 0.05 0.26
HSL 306.9º 0.39% 0.57% -
HSV(B) 306.9º 0.46% 0.74% -
XYZ 33.43 23.21 44.84 -
YUV 135.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 188 101 178 0 0.46 0.05 0.26 306.9 0.39 0.57
Hex BC 65 B2 0 2E 5 1A 133 27 39
Octal 274 145 262 0 56 5 32 463 47 71
Binary 10111100 1100101 10110010 0 101110 101 11010 100110011 100111 111001

Color Harmonies of #BC65B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65B2

Black with #BC65B2

Text Example


Text Example

White with #BC65B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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