#B634BD

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

Shades of Fuchsia #B634BD

Tints of Fuchsia #B634BD

Color information

#B634BD (or 0xB634BD) is unknown color: approx Fuchsia. HEX triplet: B6, 34 and BD. RGB value is (182,52,189). Sum of RGB (Red+Green+Blue) = 182+52+189=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #B634BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634BD is #49CB42. Grayscale: #6A6A6A. Windows color (decimal): -4836163 or 12399798. OLE color: 12399798.

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

Color convert

RGB18252189-
CMYK0.040.7200.26
HSL296.93º56.85%47.25%-
HSV(B)296.93º72.49%74.12%-
XYZ29.716.0849.68-
YUV106.49174.57181.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 52 (20.70% from 255) = 12.29%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=43.03%
G=12.29%
B=44.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182521890.040.7200.26296.9356.8547.25
HexB634BD44801A129392f
Octal2666427541100324517157
Binary10110110110100101111011001001000011010100101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B634BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B634BD; }

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

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

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

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

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

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

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

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