Html Css Color HEX #B62EBC Fuchsia

📋 copy color: '#B62EBC'

red 182 ◦ green 46 ◦ blue 188

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

Shades of Fuchsia #B62EBC

Tints of Fuchsia #B62EBC

RGB

 RED value IS 182 (71.48% from 255) = 43.75%

 GREEN value IS 46 (18.36% from 255) = 11.06%

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 43.75%
G = 11.06%
B = 45.19%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B62EBC (or 0xB62EBC) is known color: Fuchsia. HEX triplet: B6, 2E and BC. RGB value is (182,46,188). Sum of RGB (Red+Green+Blue) = 182+46+188=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #B62EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62EBC is #49D143. Grayscale: #666666. Windows color (decimal): -4837700 or 12332726. OLE color: 12332726.

HSL color Cylindrical-coordinate representation of color #B62EBC: hue angle of 297.46º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62EBC is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 46 188 -
CMYK 0.03 0.76 0 0.26
HSL 297.46º 0.61% 0.46% -
HSV(B) 297.46º 0.76% 0.74% -
XYZ 29.35 15.53 49.03 -
YUV 102.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 182 46 188 0.03 0.76 0 0.26 297.46 0.61 0.46
Hex B6 2E BC 3 4C 0 1A 129 3D 2E
Octal 266 56 274 3 114 0 32 451 75 56
Binary 10110110 101110 10111100 11 1001100 0 11010 100101001 111101 101110

Color Harmonies of #B62EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62EBC

Black with #B62EBC

Text Example


Text Example

White with #B62EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62EBC; }

 p { color: rgb(182,46,188); }

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

background-color css

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

 a { background-color: rgb(182,46,188); }

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

border-color css

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

 span { border-color: rgb(182,46,188); }

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