Html Css Color HEX #B742BE Fuchsia

📋 copy color: '#B742BE'

red 183 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #B742BE

Tints of Fuchsia #B742BE

RGB

 RED value IS 183 (71.88% from 255) = 41.69%

 GREEN value IS 66 (26.17% from 255) = 15.03%

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

R = 41.69%
G = 15.03%
B = 43.28%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B742BE (or 0xB742BE) is known color: Fuchsia. HEX triplet: B7, 42 and BE. RGB value is (183,66,190). Sum of RGB (Red+Green+Blue) = 183+66+190=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #B742BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742BE is #48BD41. Grayscale: #727272. Windows color (decimal): -4767042 or 12468919. OLE color: 12468919.

HSL color Cylindrical-coordinate representation of color #B742BE: hue angle of 296.61º 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 #B742BE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 66 190 -
CMYK 0.04 0.65 0 0.25
HSL 296.61º 0.49% 0.5% -
HSV(B) 296.61º 0.65% 0.75% -
XYZ 30.77 17.68 50.51 -
YUV 115.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 183 66 190 0.04 0.65 0 0.25 296.61 0.49 0.5
Hex B7 42 BE 4 41 0 19 129 31 32
Octal 267 102 276 4 101 0 31 451 61 62
Binary 10110111 1000010 10111110 100 1000001 0 11001 100101001 110001 110010

Color Harmonies of #B742BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742BE

Black with #B742BE

Text Example


Text Example

White with #B742BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742BE; }

 p { color: rgb(183,66,190); }

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

background-color css

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

 a { background-color: rgb(183,66,190); }

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

border-color css

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

 span { border-color: rgb(183,66,190); }

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