#B734BD

Color #B734BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B734BD

Tints of Fuchsia #B734BD

Color information

#B734BD (or 0xB734BD) is unknown color: approx Fuchsia. HEX triplet: B7, 34 and BD. RGB value is (183,52,189). Sum of RGB (Red+Green+Blue) = 183+52+189=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #B734BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734BD is #48CB42. Grayscale: #6A6A6A. Windows color (decimal): -4770627 or 12399799. OLE color: 12399799.

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

Color convert

RGB18352189-
CMYK0.030.7200.26
HSL297.37º56.85%47.25%-
HSV(B)297.37º72.49%74.12%-
XYZ29.9416.249.69-
YUV106.79174.4182.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 52 (20.70% from 255) = 12.26%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=43.16%
G=12.26%
B=44.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183521890.030.7200.26297.3756.8547.25
HexB734BD34801A129392f
Octal2676427531100324517157
Binary1011011111010010111101111001000011010100101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734BD; }

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

 H1.HeaderClassName
 {
   color: #B734BD;
 }
 .AnyTagClassName
 {
   color: #B734BD;
 }
</style>
background-color css

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

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

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

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

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

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