Html Css Color HEX #B645A4 Fuchsia

📋 copy color: '#B645A4'

red 182 ◦ green 69 ◦ blue 164

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

Shades of Fuchsia #B645A4

Tints of Fuchsia #B645A4

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.63%

 BLUE value IS 164 (64.45% from 255) = 39.52%

R = 43.86%
G = 16.63%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B645A4 (or 0xB645A4) is known color: Fuchsia. HEX triplet: B6, 45 and A4. RGB value is (182,69,164). Sum of RGB (Red+Green+Blue) = 182+69+164=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B645A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B645A4 is #49BA5B. Grayscale: #717171. Windows color (decimal): -4831836 or 10765750. OLE color: 10765750.

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

Color convert

RGB 182 69 164 -
CMYK 0 0.62 0.10 0.29
HSL 309.56º 0.45% 0.49% -
HSV(B) 309.56º 0.62% 0.71% -
XYZ 28.12 16.88 36.9 -
YUV 113.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 182 69 164 0 0.62 0.10 0.29 309.56 0.45 0.49
Hex B6 45 A4 0 3E A 1D 136 2D 31
Octal 266 105 244 0 76 12 35 466 55 61
Binary 10110110 1000101 10100100 0 111110 1010 11101 100110110 101101 110001

Color Harmonies of #B645A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645A4

Black with #B645A4

Text Example


Text Example

White with #B645A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645A4; }

 p { color: rgb(182,69,164); }

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

background-color css

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

 a { background-color: rgb(182,69,164); }

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

border-color css

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

 span { border-color: rgb(182,69,164); }

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