Html Css Color HEX #B13CBE Fuchsia

📋 copy color: '#B13CBE'

red 177 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #B13CBE

Tints of Fuchsia #B13CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 41.45%
G = 14.05%
B = 44.5%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B13CBE (or 0xB13CBE) is known color: Fuchsia. HEX triplet: B1, 3C and BE. RGB value is (177,60,190). Sum of RGB (Red+Green+Blue) = 177+60+190=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #B13CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CBE is #4EC341. Grayscale: #6D6D6D. Windows color (decimal): -5161794 or 12467377. OLE color: 12467377.

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

Color convert

RGB 177 60 190 -
CMYK 0.07 0.68 0 0.25
HSL 294º 0.52% 0.49% -
HSV(B) 294º 0.68% 0.75% -
XYZ 29.04 16.3 50.33 -
YUV 109.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 177 60 190 0.07 0.68 0 0.25 294 0.52 0.49
Hex B1 3C BE 7 44 0 19 126 34 31
Octal 261 74 276 7 104 0 31 446 64 61
Binary 10110001 111100 10111110 111 1000100 0 11001 100100110 110100 110001

Color Harmonies of #B13CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CBE

Black with #B13CBE

Text Example


Text Example

White with #B13CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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