Html Css Color HEX #B452C0 Fuchsia

📋 copy color: '#B452C0'

red 180 ◦ green 82 ◦ blue 192

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

Shades of Fuchsia #B452C0

Tints of Fuchsia #B452C0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.06%

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

R = 39.65%
G = 18.06%
B = 42.29%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B452C0 (or 0xB452C0) is known color: Fuchsia. HEX triplet: B4, 52 and C0. RGB value is (180,82,192). Sum of RGB (Red+Green+Blue) = 180+82+192=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #B452C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452C0 is #4BAD3F. Grayscale: #7B7B7B. Windows color (decimal): -4959552 or 12604084. OLE color: 12604084.

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

Color convert

RGB 180 82 192 -
CMYK 0.06 0.57 0 0.25
HSL 293.45º 0.47% 0.54% -
HSV(B) 293.45º 0.57% 0.75% -
XYZ 31.35 19.54 51.99 -
YUV 123.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 180 82 192 0.06 0.57 0 0.25 293.45 0.47 0.54
Hex B4 52 C0 6 39 0 19 125 2F 36
Octal 264 122 300 6 71 0 31 445 57 66
Binary 10110100 1010010 11000000 110 111001 0 11001 100100101 101111 110110

Color Harmonies of #B452C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452C0

Black with #B452C0

Text Example


Text Example

White with #B452C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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