Html Css Color HEX #B13CC0 Fuchsia

📋 copy color: '#B13CC0'

red 177 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #B13CC0

Tints of Fuchsia #B13CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 41.26%
G = 13.99%
B = 44.76%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B13CC0 (or 0xB13CC0) is known color: Fuchsia. HEX triplet: B1, 3C and C0. RGB value is (177,60,192). Sum of RGB (Red+Green+Blue) = 177+60+192=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #B13CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CC0 is #4EC33F. Grayscale: #6D6D6D. Windows color (decimal): -5161792 or 12598449. OLE color: 12598449.

HSL color Cylindrical-coordinate representation of color #B13CC0: hue angle of 293.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13CC0 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 60 192 -
CMYK 0.08 0.69 0 0.25
HSL 293.18º 0.52% 0.49% -
HSV(B) 293.18º 0.69% 0.75% -
XYZ 29.26 16.38 51.49 -
YUV 110.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 177 60 192 0.08 0.69 0 0.25 293.18 0.52 0.49
Hex B1 3C C0 8 45 0 19 125 34 31
Octal 261 74 300 10 105 0 31 445 64 61
Binary 10110001 111100 11000000 1000 1000101 0 11001 100100101 110100 110001

Color Harmonies of #B13CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CC0

Black with #B13CC0

Text Example


Text Example

White with #B13CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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