Html Css Color HEX #BD4DBB Fuchsia

📋 copy color: '#BD4DBB'

red 189 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #BD4DBB

Tints of Fuchsia #BD4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17%

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

R = 41.72%
G = 17%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD4DBB (or 0xBD4DBB) is known color: Fuchsia. HEX triplet: BD, 4D and BB. RGB value is (189,77,187). Sum of RGB (Red+Green+Blue) = 189+77+187=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DBB is #42B244. Grayscale: #7A7A7A. Windows color (decimal): -4371013 or 12275133. OLE color: 12275133.

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

Color convert

RGB 189 77 187 -
CMYK 0 0.59 0.01 0.26
HSL 301.07º 0.46% 0.52% -
HSV(B) 301.07º 0.59% 0.74% -
XYZ 32.61 19.71 49.1 -
YUV 123.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 189 77 187 0 0.59 0.01 0.26 301.07 0.46 0.52
Hex BD 4D BB 0 3B 1 1A 12D 2E 34
Octal 275 115 273 0 73 1 32 455 56 64
Binary 10111101 1001101 10111011 0 111011 1 11010 100101101 101110 110100

Color Harmonies of #BD4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DBB

Black with #BD4DBB

Text Example


Text Example

White with #BD4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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