Html Css Color HEX #B43CB2 Fuchsia

📋 copy color: '#B43CB2'

red 180 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #B43CB2

Tints of Fuchsia #B43CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.35%

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

R = 43.06%
G = 14.35%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B43CB2 (or 0xB43CB2) is known color: Fuchsia. HEX triplet: B4, 3C and B2. RGB value is (180,60,178). Sum of RGB (Red+Green+Blue) = 180+60+178=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B43CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43CB2 is #4BC34D. Grayscale: #6C6C6C. Windows color (decimal): -4965198 or 11680948. OLE color: 11680948.

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

Color convert

RGB 180 60 178 -
CMYK 0 0.67 0.01 0.29
HSL 301º 0.5% 0.47% -
HSV(B) 301º 0.67% 0.71% -
XYZ 28.47 16.15 43.74 -
YUV 109.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 180 60 178 0 0.67 0.01 0.29 301 0.5 0.47
Hex B4 3C B2 0 43 1 1D 12D 32 2F
Octal 264 74 262 0 103 1 35 455 62 57
Binary 10110100 111100 10110010 0 1000011 1 11101 100101101 110010 101111

Color Harmonies of #B43CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CB2

Black with #B43CB2

Text Example


Text Example

White with #B43CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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