Html Css Color HEX #B943BE Fuchsia

📋 copy color: '#B943BE'

red 185 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #B943BE

Tints of Fuchsia #B943BE

RGB

 RED value IS 185 (72.66% from 255) = 41.86%

 GREEN value IS 67 (26.56% from 255) = 15.16%

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

R = 41.86%
G = 15.16%
B = 42.99%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B943BE (or 0xB943BE) is known color: Fuchsia. HEX triplet: B9, 43 and BE. RGB value is (185,67,190). Sum of RGB (Red+Green+Blue) = 185+67+190=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #B943BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943BE is #46BC41. Grayscale: #737373. Windows color (decimal): -4635714 or 12469177. OLE color: 12469177.

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

Color convert

RGB 185 67 190 -
CMYK 0.03 0.65 0 0.25
HSL 297.56º 0.49% 0.5% -
HSV(B) 297.56º 0.65% 0.75% -
XYZ 31.31 18.05 50.55 -
YUV 116.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 185 67 190 0.03 0.65 0 0.25 297.56 0.49 0.5
Hex B9 43 BE 3 41 0 19 12A 31 32
Octal 271 103 276 3 101 0 31 452 61 62
Binary 10111001 1000011 10111110 11 1000001 0 11001 100101010 110001 110010

Color Harmonies of #B943BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943BE

Black with #B943BE

Text Example


Text Example

White with #B943BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943BE; }

 p { color: rgb(185,67,190); }

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

background-color css

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

 a { background-color: rgb(185,67,190); }

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

border-color css

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

 span { border-color: rgb(185,67,190); }

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