Html Css Color HEX #BD39BB Fuchsia

📋 copy color: '#BD39BB'

red 189 ◦ green 57 ◦ blue 187

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

Shades of Fuchsia #BD39BB

Tints of Fuchsia #BD39BB

RGB

 RED value IS 189 (74.22% from 255) = 43.65%

 GREEN value IS 57 (22.66% from 255) = 13.16%

 BLUE value IS 187 (73.44% from 255) = 43.19%

R = 43.65%
G = 13.16%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD39BB (or 0xBD39BB) is known color: Fuchsia. HEX triplet: BD, 39 and BB. RGB value is (189,57,187). Sum of RGB (Red+Green+Blue) = 189+57+187=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39BB is #42C644. Grayscale: #6E6E6E. Windows color (decimal): -4376133 or 12270013. OLE color: 12270013.

HSL color Cylindrical-coordinate representation of color #BD39BB: hue angle of 300.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD39BB is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 187 -
CMYK 0 0.70 0.01 0.26
HSL 300.91º 0.54% 0.48% -
HSV(B) 300.91º 0.7% 0.74% -
XYZ 31.42 17.33 48.7 -
YUV 111.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 189 57 187 0 0.70 0.01 0.26 300.91 0.54 0.48
Hex BD 39 BB 0 46 1 1A 12D 36 30
Octal 275 71 273 0 106 1 32 455 66 60
Binary 10111101 111001 10111011 0 1000110 1 11010 100101101 110110 110000

Color Harmonies of #BD39BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD39BB

Black with #BD39BB

Text Example


Text Example

White with #BD39BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD39BB; }

 p { color: rgb(189,57,187); }

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

background-color css

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

 a { background-color: rgb(189,57,187); }

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

border-color css

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

 span { border-color: rgb(189,57,187); }

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