Html Css Color HEX #B730BE Fuchsia

📋 copy color: '#B730BE'

red 183 ◦ green 48 ◦ blue 190

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

Shades of Fuchsia #B730BE

Tints of Fuchsia #B730BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.4%

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

R = 43.47%
G = 11.4%
B = 45.13%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B730BE (or 0xB730BE) is known color: Fuchsia. HEX triplet: B7, 30 and BE. RGB value is (183,48,190). Sum of RGB (Red+Green+Blue) = 183+48+190=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #B730BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730BE is #48CF41. Grayscale: #686868. Windows color (decimal): -4771650 or 12464311. OLE color: 12464311.

HSL color Cylindrical-coordinate representation of color #B730BE: hue angle of 297.04º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B730BE is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 48 190 -
CMYK 0.04 0.75 0 0.25
HSL 297.04º 0.6% 0.47% -
HSV(B) 297.04º 0.75% 0.75% -
XYZ 29.88 15.9 50.21 -
YUV 104.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 183 48 190 0.04 0.75 0 0.25 297.04 0.6 0.47
Hex B7 30 BE 4 4B 0 19 129 3C 2F
Octal 267 60 276 4 113 0 31 451 74 57
Binary 10110111 110000 10111110 100 1001011 0 11001 100101001 111100 101111

Color Harmonies of #B730BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730BE

Black with #B730BE

Text Example


Text Example

White with #B730BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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