Html Css Color HEX #B13DBA Fuchsia

📋 copy color: '#B13DBA'

red 177 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #B13DBA

Tints of Fuchsia #B13DBA

RGB

 RED value IS 177 (69.53% from 255) = 41.75%

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

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

R = 41.75%
G = 14.39%
B = 43.87%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B13DBA (or 0xB13DBA) is known color: Fuchsia. HEX triplet: B1, 3D and BA. RGB value is (177,61,186). Sum of RGB (Red+Green+Blue) = 177+61+186=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #B13DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DBA is #4EC245. Grayscale: #6D6D6D. Windows color (decimal): -5161542 or 12205489. OLE color: 12205489.

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

Color convert

RGB 177 61 186 -
CMYK 0.05 0.67 0 0.27
HSL 295.68º 0.51% 0.48% -
HSV(B) 295.68º 0.67% 0.73% -
XYZ 28.66 16.23 48.08 -
YUV 109.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 177 61 186 0.05 0.67 0 0.27 295.68 0.51 0.48
Hex B1 3D BA 5 43 0 1B 128 33 30
Octal 261 75 272 5 103 0 33 450 63 60
Binary 10110001 111101 10111010 101 1000011 0 11011 100101000 110011 110000

Color Harmonies of #B13DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DBA

Black with #B13DBA

Text Example


Text Example

White with #B13DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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