Html Css Color HEX #B45CB2 Fuchsia

📋 copy color: '#B45CB2'

red 180 ◦ green 92 ◦ blue 178

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

Shades of Fuchsia #B45CB2

Tints of Fuchsia #B45CB2

RGB

 RED value IS 180 (70.7% from 255) = 40%

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

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

R = 40%
G = 20.44%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B45CB2 (or 0xB45CB2) is known color: Fuchsia. HEX triplet: B4, 5C and B2. RGB value is (180,92,178). Sum of RGB (Red+Green+Blue) = 180+92+178=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CB2 is #4BA34D. Grayscale: #7F7F7F. Windows color (decimal): -4957006 or 11689140. OLE color: 11689140.

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

Color convert

RGB 180 92 178 -
CMYK 0 0.49 0.01 0.29
HSL 301.36º 0.37% 0.53% -
HSV(B) 301.36º 0.49% 0.71% -
XYZ 30.69 20.57 44.47 -
YUV 128.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 180 92 178 0 0.49 0.01 0.29 301.36 0.37 0.53
Hex B4 5C B2 0 31 1 1D 12D 25 35
Octal 264 134 262 0 61 1 35 455 45 65
Binary 10110100 1011100 10110010 0 110001 1 11101 100101101 100101 110101

Color Harmonies of #B45CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CB2

Black with #B45CB2

Text Example


Text Example

White with #B45CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CB2; }

 p { color: rgb(180,92,178); }

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

background-color css

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

 a { background-color: rgb(180,92,178); }

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

border-color css

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

 span { border-color: rgb(180,92,178); }

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