Html Css Color HEX #BC65B9 Fuchsia

📋 copy color: '#BC65B9'

red 188 ◦ green 101 ◦ blue 185

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

Shades of Fuchsia #BC65B9

Tints of Fuchsia #BC65B9

RGB

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

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

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

R = 39.66%
G = 21.31%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC65B9 (or 0xBC65B9) is known color: Fuchsia. HEX triplet: BC, 65 and B9. RGB value is (188,101,185). Sum of RGB (Red+Green+Blue) = 188+101+185=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65B9 is #439A46. Grayscale: #888888. Windows color (decimal): -4430407 or 12150204. OLE color: 12150204.

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

Color convert

RGB 188 101 185 -
CMYK 0 0.46 0.02 0.26
HSL 302.07º 0.39% 0.57% -
HSV(B) 302.07º 0.46% 0.74% -
XYZ 34.15 23.5 48.64 -
YUV 136.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 188 101 185 0 0.46 0.02 0.26 302.07 0.39 0.57
Hex BC 65 B9 0 2E 2 1A 12E 27 39
Octal 274 145 271 0 56 2 32 456 47 71
Binary 10111100 1100101 10111001 0 101110 10 11010 100101110 100111 111001

Color Harmonies of #BC65B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65B9

Black with #BC65B9

Text Example


Text Example

White with #BC65B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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