#BD27B7

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

Shades of Fuchsia #BD27B7

Tints of Fuchsia #BD27B7

Color information

#BD27B7 (or 0xBD27B7) is unknown color: approx Fuchsia. HEX triplet: BD, 27 and B7. RGB value is (189,39,183). Sum of RGB (Red+Green+Blue) = 189+39+183=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD27B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27B7 is #42D848. Grayscale: #636363. Windows color (decimal): -4380745 or 12003261. OLE color: 12003261.

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

Color convert

RGB18939183-
CMYK00.790.030.26
HSL302.4º65.79%44.71%-
HSV(B)302.4º79.37%74.12%-
XYZ30.2615.6946.23-
YUV100.27174.7191.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 39 (15.62% from 255) = 9.49%
BLUE value IS 183 (71.88% from 255) = 44.53%
R=45.99%
G=9.49%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893918300.790.030.26302.465.7944.71
HexBD27B704F31A12e422d
Octal27547267011733245610255
Binary10111101100111101101110100111111110101001011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD27B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD27B7; }

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

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

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

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

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

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

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

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