Html Css Color HEX #B13CBB Fuchsia

📋 copy color: '#B13CBB'

red 177 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #B13CBB

Tints of Fuchsia #B13CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 41.75%
G = 14.15%
B = 44.1%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B13CBB (or 0xB13CBB) is known color: Fuchsia. HEX triplet: B1, 3C and BB. RGB value is (177,60,187). Sum of RGB (Red+Green+Blue) = 177+60+187=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #B13CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CBB is #4EC344. Grayscale: #6D6D6D. Windows color (decimal): -5161797 or 12270769. OLE color: 12270769.

HSL color Cylindrical-coordinate representation of color #B13CBB: hue angle of 295.28º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13CBB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 60 187 -
CMYK 0.05 0.68 0 0.27
HSL 295.28º 0.51% 0.48% -
HSV(B) 295.28º 0.68% 0.73% -
XYZ 28.72 16.17 48.62 -
YUV 109.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 177 60 187 0.05 0.68 0 0.27 295.28 0.51 0.48
Hex B1 3C BB 5 44 0 1B 127 33 30
Octal 261 74 273 5 104 0 33 447 63 60
Binary 10110001 111100 10111011 101 1000100 0 11011 100100111 110011 110000

Color Harmonies of #B13CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CBB

Black with #B13CBB

Text Example


Text Example

White with #B13CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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