Html Css Color HEX #B458C2 Fuchsia

📋 copy color: '#B458C2'

red 180 ◦ green 88 ◦ blue 194

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

Shades of Fuchsia #B458C2

Tints of Fuchsia #B458C2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.05%

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 38.96%
G = 19.05%
B = 41.99%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B458C2 (or 0xB458C2) is known color: Fuchsia. HEX triplet: B4, 58 and C2. RGB value is (180,88,194). Sum of RGB (Red+Green+Blue) = 180+88+194=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #B458C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458C2 is #4BA73D. Grayscale: #7F7F7F. Windows color (decimal): -4958014 or 12736692. OLE color: 12736692.

HSL color Cylindrical-coordinate representation of color #B458C2: hue angle of 292.08º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B458C2 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 88 194 -
CMYK 0.07 0.55 0 0.24
HSL 292.08º 0.46% 0.55% -
HSV(B) 292.08º 0.55% 0.76% -
XYZ 32.05 20.58 53.32 -
YUV 127.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 180 88 194 0.07 0.55 0 0.24 292.08 0.46 0.55
Hex B4 58 C2 7 37 0 18 124 2E 37
Octal 264 130 302 7 67 0 30 444 56 67
Binary 10110100 1011000 11000010 111 110111 0 11000 100100100 101110 110111

Color Harmonies of #B458C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458C2

Black with #B458C2

Text Example


Text Example

White with #B458C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458C2; }

 p { color: rgb(180,88,194); }

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

background-color css

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

 a { background-color: rgb(180,88,194); }

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

border-color css

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

 span { border-color: rgb(180,88,194); }

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