Html Css Color HEX #B63DB0 Fuchsia

📋 copy color: '#B63DB0'

red 182 ◦ green 61 ◦ blue 176

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

Shades of Fuchsia #B63DB0

Tints of Fuchsia #B63DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42%

R = 43.44%
G = 14.56%
B = 42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B63DB0 (or 0xB63DB0) is known color: Fuchsia. HEX triplet: B6, 3D and B0. RGB value is (182,61,176). Sum of RGB (Red+Green+Blue) = 182+61+176=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63DB0 is #49C24F. Grayscale: #6D6D6D. Windows color (decimal): -4833872 or 11550134. OLE color: 11550134.

HSL color Cylindrical-coordinate representation of color #B63DB0: hue angle of 302.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 #B63DB0 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 61 176 -
CMYK 0 0.66 0.03 0.29
HSL 302.98º 0.5% 0.48% -
HSV(B) 302.98º 0.66% 0.71% -
XYZ 28.8 16.42 42.73 -
YUV 110.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 182 61 176 0 0.66 0.03 0.29 302.98 0.5 0.48
Hex B6 3D B0 0 42 3 1D 12F 32 30
Octal 266 75 260 0 102 3 35 457 62 60
Binary 10110110 111101 10110000 0 1000010 11 11101 100101111 110010 110000

Color Harmonies of #B63DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DB0

Black with #B63DB0

Text Example


Text Example

White with #B63DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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