Html Css Color HEX #B63DB9 Fuchsia

📋 copy color: '#B63DB9'

red 182 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #B63DB9

Tints of Fuchsia #B63DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 42.52%
G = 14.25%
B = 43.22%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B63DB9 (or 0xB63DB9) is known color: Fuchsia. HEX triplet: B6, 3D and B9. RGB value is (182,61,185). Sum of RGB (Red+Green+Blue) = 182+61+185=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #B63DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DB9 is #49C246. Grayscale: #6E6E6E. Windows color (decimal): -4833863 or 12139958. OLE color: 12139958.

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

Color convert

RGB 182 61 185 -
CMYK 0.02 0.67 0 0.27
HSL 298.55º 0.5% 0.48% -
HSV(B) 298.55º 0.67% 0.73% -
XYZ 29.72 16.79 47.57 -
YUV 111.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 182 61 185 0.02 0.67 0 0.27 298.55 0.5 0.48
Hex B6 3D B9 2 43 0 1B 12B 32 30
Octal 266 75 271 2 103 0 33 453 62 60
Binary 10110110 111101 10111001 10 1000011 0 11011 100101011 110010 110000

Color Harmonies of #B63DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DB9

Black with #B63DB9

Text Example


Text Example

White with #B63DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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