Html Css Color HEX #B62CB4 Fuchsia

📋 copy color: '#B62CB4'

red 182 ◦ green 44 ◦ blue 180

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

Shades of Fuchsia #B62CB4

Tints of Fuchsia #B62CB4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

 BLUE value IS 180 (70.7% from 255) = 44.33%

R = 44.83%
G = 10.84%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B62CB4 (or 0xB62CB4) is known color: Fuchsia. HEX triplet: B6, 2C and B4. RGB value is (182,44,180). Sum of RGB (Red+Green+Blue) = 182+44+180=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B62CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62CB4 is #49D34B. Grayscale: #646464. Windows color (decimal): -4838220 or 11807926. OLE color: 11807926.

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

Color convert

RGB 182 44 180 -
CMYK 0 0.76 0.01 0.29
HSL 300.87º 0.61% 0.44% -
HSV(B) 300.87º 0.76% 0.71% -
XYZ 28.43 15.04 44.58 -
YUV 100.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 182 44 180 0 0.76 0.01 0.29 300.87 0.61 0.44
Hex B6 2C B4 0 4C 1 1D 12D 3D 2C
Octal 266 54 264 0 114 1 35 455 75 54
Binary 10110110 101100 10110100 0 1001100 1 11101 100101101 111101 101100

Color Harmonies of #B62CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62CB4

Black with #B62CB4

Text Example


Text Example

White with #B62CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62CB4; }

 p { color: rgb(182,44,180); }

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

background-color css

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

 a { background-color: rgb(182,44,180); }

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

border-color css

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

 span { border-color: rgb(182,44,180); }

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