Html Css Color HEX #B63FB7 Fuchsia

📋 copy color: '#B63FB7'

red 182 ◦ green 63 ◦ blue 183

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

Shades of Fuchsia #B63FB7

Tints of Fuchsia #B63FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.76%

R = 42.52%
G = 14.72%
B = 42.76%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B63FB7 (or 0xB63FB7) is known color: Fuchsia. HEX triplet: B6, 3F and B7. RGB value is (182,63,183). Sum of RGB (Red+Green+Blue) = 182+63+183=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #B63FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FB7 is #49C048. Grayscale: #6F6F6F. Windows color (decimal): -4833353 or 12009398. OLE color: 12009398.

HSL color Cylindrical-coordinate representation of color #B63FB7: hue angle of 299.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63FB7 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 63 183 -
CMYK 0.01 0.66 0 0.28
HSL 299.5º 0.49% 0.48% -
HSV(B) 299.5º 0.66% 0.72% -
XYZ 29.62 16.92 46.5 -
YUV 112.26 167.92 177.74 -
System Red Green Blue C M Y K H S L
Decimal 182 63 183 0.01 0.66 0 0.28 299.5 0.49 0.48
Hex B6 3F B7 1 42 0 1C 12C 31 30
Octal 266 77 267 1 102 0 34 454 61 60
Binary 10110110 111111 10110111 1 1000010 0 11100 100101100 110001 110000

Color Harmonies of #B63FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FB7

Black with #B63FB7

Text Example


Text Example

White with #B63FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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