Html Css Color HEX #BD3DBB Fuchsia

📋 copy color: '#BD3DBB'

red 189 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #BD3DBB

Tints of Fuchsia #BD3DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.96%

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

R = 43.25%
G = 13.96%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD3DBB (or 0xBD3DBB) is known color: Fuchsia. HEX triplet: BD, 3D and BB. RGB value is (189,61,187). Sum of RGB (Red+Green+Blue) = 189+61+187=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DBB is #42C244. Grayscale: #717171. Windows color (decimal): -4375109 or 12271037. OLE color: 12271037.

HSL color Cylindrical-coordinate representation of color #BD3DBB: hue angle of 300.94º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3DBB is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 61 187 -
CMYK 0 0.68 0.01 0.26
HSL 300.94º 0.51% 0.49% -
HSV(B) 300.94º 0.68% 0.74% -
XYZ 31.62 17.74 48.77 -
YUV 113.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 189 61 187 0 0.68 0.01 0.26 300.94 0.51 0.49
Hex BD 3D BB 0 44 1 1A 12D 33 31
Octal 275 75 273 0 104 1 32 455 63 61
Binary 10111101 111101 10111011 0 1000100 1 11010 100101101 110011 110001

Color Harmonies of #BD3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DBB

Black with #BD3DBB

Text Example


Text Example

White with #BD3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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