Html Css Color HEX #B63DBE Fuchsia

📋 copy color: '#B63DBE'

red 182 ◦ green 61 ◦ blue 190

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

Shades of Fuchsia #B63DBE

Tints of Fuchsia #B63DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 42.03%
G = 14.09%
B = 43.88%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B63DBE (or 0xB63DBE) is known color: Fuchsia. HEX triplet: B6, 3D and BE. RGB value is (182,61,190). Sum of RGB (Red+Green+Blue) = 182+61+190=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #B63DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DBE is #49C241. Grayscale: #6F6F6F. Windows color (decimal): -4833858 or 12467638. OLE color: 12467638.

HSL color Cylindrical-coordinate representation of color #B63DBE: hue angle of 296.28º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63DBE is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 61 190 -
CMYK 0.04 0.68 0 0.25
HSL 296.28º 0.51% 0.49% -
HSV(B) 296.28º 0.68% 0.75% -
XYZ 30.25 17 50.4 -
YUV 111.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 182 61 190 0.04 0.68 0 0.25 296.28 0.51 0.49
Hex B6 3D BE 4 44 0 19 128 33 31
Octal 266 75 276 4 104 0 31 450 63 61
Binary 10110110 111101 10111110 100 1000100 0 11001 100101000 110011 110001

Color Harmonies of #B63DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DBE

Black with #B63DBE

Text Example


Text Example

White with #B63DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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