Html Css Color HEX #B63DB2 Fuchsia

📋 copy color: '#B63DB2'

red 182 ◦ green 61 ◦ blue 178

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

Shades of Fuchsia #B63DB2

Tints of Fuchsia #B63DB2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.49%

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 43.23%
G = 14.49%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B63DB2 (or 0xB63DB2) is known color: Fuchsia. HEX triplet: B6, 3D and B2. RGB value is (182,61,178). Sum of RGB (Red+Green+Blue) = 182+61+178=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63DB2 is #49C24D. Grayscale: #6E6E6E. Windows color (decimal): -4833870 or 11681206. OLE color: 11681206.

HSL color Cylindrical-coordinate representation of color #B63DB2: hue angle of 301.98º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63DB2 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 61 178 -
CMYK 0 0.66 0.02 0.29
HSL 301.98º 0.5% 0.48% -
HSV(B) 301.98º 0.66% 0.71% -
XYZ 29 16.5 43.78 -
YUV 110.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 182 61 178 0 0.66 0.02 0.29 301.98 0.5 0.48
Hex B6 3D B2 0 42 2 1D 12E 32 30
Octal 266 75 262 0 102 2 35 456 62 60
Binary 10110110 111101 10110010 0 1000010 10 11101 100101110 110010 110000

Color Harmonies of #B63DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DB2

Black with #B63DB2

Text Example


Text Example

White with #B63DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DB2; }

 p { color: rgb(182,61,178); }

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

background-color css

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

 a { background-color: rgb(182,61,178); }

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

border-color css

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

 span { border-color: rgb(182,61,178); }

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