Html Css Color HEX #B13CBD Fuchsia

📋 copy color: '#B13CBD'

red 177 ◦ green 60 ◦ blue 189

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

Shades of Fuchsia #B13CBD

Tints of Fuchsia #B13CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.08%

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 41.55%
G = 14.08%
B = 44.37%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B13CBD (or 0xB13CBD) is known color: Fuchsia. HEX triplet: B1, 3C and BD. RGB value is (177,60,189). Sum of RGB (Red+Green+Blue) = 177+60+189=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #B13CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CBD is #4EC342. Grayscale: #6D6D6D. Windows color (decimal): -5161795 or 12401841. OLE color: 12401841.

HSL color Cylindrical-coordinate representation of color #B13CBD: hue angle of 294.42º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13CBD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 60 189 -
CMYK 0.06 0.68 0 0.26
HSL 294.42º 0.52% 0.49% -
HSV(B) 294.42º 0.68% 0.74% -
XYZ 28.93 16.25 49.76 -
YUV 109.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 177 60 189 0.06 0.68 0 0.26 294.42 0.52 0.49
Hex B1 3C BD 6 44 0 1A 126 34 31
Octal 261 74 275 6 104 0 32 446 64 61
Binary 10110001 111100 10111101 110 1000100 0 11010 100100110 110100 110001

Color Harmonies of #B13CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CBD

Black with #B13CBD

Text Example


Text Example

White with #B13CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CBD; }

 p { color: rgb(177,60,189); }

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

background-color css

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

 a { background-color: rgb(177,60,189); }

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

border-color css

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

 span { border-color: rgb(177,60,189); }

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