Html Css Color HEX #B43CC0 Fuchsia

📋 copy color: '#B43CC0'

red 180 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #B43CC0

Tints of Fuchsia #B43CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.44%

R = 41.67%
G = 13.89%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B43CC0 (or 0xB43CC0) is known color: Fuchsia. HEX triplet: B4, 3C and C0. RGB value is (180,60,192). Sum of RGB (Red+Green+Blue) = 180+60+192=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #B43CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CC0 is #4BC33F. Grayscale: #6E6E6E. Windows color (decimal): -4965184 or 12598452. OLE color: 12598452.

HSL color Cylindrical-coordinate representation of color #B43CC0: hue angle of 294.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43CC0 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 60 192 -
CMYK 0.06 0.69 0 0.25
HSL 294.55º 0.52% 0.49% -
HSV(B) 294.55º 0.69% 0.75% -
XYZ 29.95 16.74 51.52 -
YUV 110.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 180 60 192 0.06 0.69 0 0.25 294.55 0.52 0.49
Hex B4 3C C0 6 45 0 19 127 34 31
Octal 264 74 300 6 105 0 31 447 64 61
Binary 10110100 111100 11000000 110 1000101 0 11001 100100111 110100 110001

Color Harmonies of #B43CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CC0

Black with #B43CC0

Text Example


Text Example

White with #B43CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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