Html Css Color HEX #B62FBA Fuchsia

📋 copy color: '#B62FBA'

red 182 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #B62FBA

Tints of Fuchsia #B62FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.33%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 43.86%
G = 11.33%
B = 44.82%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B62FBA (or 0xB62FBA) is known color: Fuchsia. HEX triplet: B6, 2F and BA. RGB value is (182,47,186). Sum of RGB (Red+Green+Blue) = 182+47+186=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #B62FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62FBA is #49D045. Grayscale: #666666. Windows color (decimal): -4837446 or 12201910. OLE color: 12201910.

HSL color Cylindrical-coordinate representation of color #B62FBA: hue angle of 298.27º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62FBA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 47 186 -
CMYK 0.02 0.75 0 0.27
HSL 298.27º 0.6% 0.46% -
HSV(B) 298.27º 0.75% 0.73% -
XYZ 29.17 15.52 47.91 -
YUV 103.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 182 47 186 0.02 0.75 0 0.27 298.27 0.6 0.46
Hex B6 2F BA 2 4B 0 1B 12A 3C 2E
Octal 266 57 272 2 113 0 33 452 74 56
Binary 10110110 101111 10111010 10 1001011 0 11011 100101010 111100 101110

Color Harmonies of #B62FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62FBA

Black with #B62FBA

Text Example


Text Example

White with #B62FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62FBA; }

 p { color: rgb(182,47,186); }

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

background-color css

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

 a { background-color: rgb(182,47,186); }

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

border-color css

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

 span { border-color: rgb(182,47,186); }

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