Html Css Color HEX #B83DBA Fuchsia

📋 copy color: '#B83DBA'

red 184 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #B83DBA

Tints of Fuchsia #B83DBA

RGB

 RED value IS 184 (72.27% from 255) = 42.69%

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

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

R = 42.69%
G = 14.15%
B = 43.16%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B83DBA (or 0xB83DBA) is known color: Fuchsia. HEX triplet: B8, 3D and BA. RGB value is (184,61,186). Sum of RGB (Red+Green+Blue) = 184+61+186=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #B83DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DBA is #47C245. Grayscale: #6F6F6F. Windows color (decimal): -4702790 or 12205496. OLE color: 12205496.

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

Color convert

RGB 184 61 186 -
CMYK 0.01 0.67 0 0.27
HSL 299.04º 0.51% 0.48% -
HSV(B) 299.04º 0.67% 0.73% -
XYZ 30.3 17.07 48.15 -
YUV 112.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 184 61 186 0.01 0.67 0 0.27 299.04 0.51 0.48
Hex B8 3D BA 1 43 0 1B 12B 33 30
Octal 270 75 272 1 103 0 33 453 63 60
Binary 10111000 111101 10111010 1 1000011 0 11011 100101011 110011 110000

Color Harmonies of #B83DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83DBA

Black with #B83DBA

Text Example


Text Example

White with #B83DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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