Html Css Color HEX #B730BD Fuchsia

📋 copy color: '#B730BD'

red 183 ◦ green 48 ◦ blue 189

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

Shades of Fuchsia #B730BD

Tints of Fuchsia #B730BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 43.57%
G = 11.43%
B = 45%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B730BD (or 0xB730BD) is known color: Fuchsia. HEX triplet: B7, 30 and BD. RGB value is (183,48,189). Sum of RGB (Red+Green+Blue) = 183+48+189=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #B730BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730BD is #48CF42. Grayscale: #686868. Windows color (decimal): -4771651 or 12398775. OLE color: 12398775.

HSL color Cylindrical-coordinate representation of color #B730BD: hue angle of 297.45º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B730BD is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 48 189 -
CMYK 0.03 0.75 0 0.26
HSL 297.45º 0.59% 0.46% -
HSV(B) 297.45º 0.75% 0.74% -
XYZ 29.77 15.86 49.64 -
YUV 104.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 183 48 189 0.03 0.75 0 0.26 297.45 0.59 0.46
Hex B7 30 BD 3 4B 0 1A 129 3B 2E
Octal 267 60 275 3 113 0 32 451 73 56
Binary 10110111 110000 10111101 11 1001011 0 11010 100101001 111011 101110

Color Harmonies of #B730BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730BD

Black with #B730BD

Text Example


Text Example

White with #B730BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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