Html Css Color HEX #B63DBA Fuchsia

📋 copy color: '#B63DBA'

red 182 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #B63DBA

Tints of Fuchsia #B63DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 42.42%
G = 14.22%
B = 43.36%

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

#B63DBA (or 0xB63DBA) is known color: Fuchsia. HEX triplet: B6, 3D and BA. RGB value is (182,61,186). Sum of RGB (Red+Green+Blue) = 182+61+186=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #B63DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DBA is #49C245. Grayscale: #6F6F6F. Windows color (decimal): -4833862 or 12205494. OLE color: 12205494.

HSL color Cylindrical-coordinate representation of color #B63DBA: hue angle of 298.08º degrees, saturation: 0.51, 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 #B63DBA is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 61 186 -
CMYK 0.02 0.67 0 0.27
HSL 298.08º 0.51% 0.48% -
HSV(B) 298.08º 0.67% 0.73% -
XYZ 29.82 16.83 48.13 -
YUV 111.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 182 61 186 0.02 0.67 0 0.27 298.08 0.51 0.48
Hex B6 3D BA 2 43 0 1B 12A 33 30
Octal 266 75 272 2 103 0 33 452 63 60
Binary 10110110 111101 10111010 10 1000011 0 11011 100101010 110011 110000

Color Harmonies of #B63DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DBA

Black with #B63DBA

Text Example


Text Example

White with #B63DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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