Html Css Color HEX #B65CAC Fuchsia

📋 copy color: '#B65CAC'

red 182 ◦ green 92 ◦ blue 172

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

Shades of Fuchsia #B65CAC

Tints of Fuchsia #B65CAC

RGB

 RED value IS 182 (71.48% from 255) = 40.81%

 GREEN value IS 92 (36.33% from 255) = 20.63%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 40.81%
G = 20.63%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B65CAC (or 0xB65CAC) is known color: Fuchsia. HEX triplet: B6, 5C and AC. RGB value is (182,92,172). Sum of RGB (Red+Green+Blue) = 182+92+172=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B65CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65CAC is #49A353. Grayscale: #7F7F7F. Windows color (decimal): -4825940 or 11295926. OLE color: 11295926.

HSL color Cylindrical-coordinate representation of color #B65CAC: hue angle of 306.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65CAC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 172 -
CMYK 0 0.49 0.05 0.29
HSL 306.67º 0.38% 0.54% -
HSV(B) 306.67º 0.49% 0.71% -
XYZ 30.56 20.58 41.39 -
YUV 128.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 182 92 172 0 0.49 0.05 0.29 306.67 0.38 0.54
Hex B6 5C AC 0 31 5 1D 133 26 36
Octal 266 134 254 0 61 5 35 463 46 66
Binary 10110110 1011100 10101100 0 110001 101 11101 100110011 100110 110110

Color Harmonies of #B65CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CAC

Black with #B65CAC

Text Example


Text Example

White with #B65CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CAC; }

 p { color: rgb(182,92,172); }

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

background-color css

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

 a { background-color: rgb(182,92,172); }

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

border-color css

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

 span { border-color: rgb(182,92,172); }

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