Html Css Color HEX #B63FBC Fuchsia

📋 copy color: '#B63FBC'

red 182 ◦ green 63 ◦ blue 188

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

Shades of Fuchsia #B63FBC

Tints of Fuchsia #B63FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.55%

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

R = 42.03%
G = 14.55%
B = 43.42%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B63FBC (or 0xB63FBC) is known color: Fuchsia. HEX triplet: B6, 3F and BC. RGB value is (182,63,188). Sum of RGB (Red+Green+Blue) = 182+63+188=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #B63FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FBC is #49C043. Grayscale: #707070. Windows color (decimal): -4833348 or 12337078. OLE color: 12337078.

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

Color convert

RGB 182 63 188 -
CMYK 0.03 0.66 0 0.26
HSL 297.12º 0.5% 0.49% -
HSV(B) 297.12º 0.66% 0.74% -
XYZ 30.15 17.13 49.29 -
YUV 112.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 182 63 188 0.03 0.66 0 0.26 297.12 0.5 0.49
Hex B6 3F BC 3 42 0 1A 129 32 31
Octal 266 77 274 3 102 0 32 451 62 61
Binary 10110110 111111 10111100 11 1000010 0 11010 100101001 110010 110001

Color Harmonies of #B63FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FBC

Black with #B63FBC

Text Example


Text Example

White with #B63FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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