Html Css Color HEX #BD4ABB Fuchsia

📋 copy color: '#BD4ABB'

red 189 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #BD4ABB

Tints of Fuchsia #BD4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.44%

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

R = 42%
G = 16.44%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD4ABB (or 0xBD4ABB) is known color: Fuchsia. HEX triplet: BD, 4A and BB. RGB value is (189,74,187). Sum of RGB (Red+Green+Blue) = 189+74+187=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4ABB is #42B544. Grayscale: #787878. Windows color (decimal): -4371781 or 12274365. OLE color: 12274365.

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

Color convert

RGB 189 74 187 -
CMYK 0 0.61 0.01 0.26
HSL 301.04º 0.47% 0.52% -
HSV(B) 301.04º 0.61% 0.74% -
XYZ 32.4 19.3 49.03 -
YUV 121.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 189 74 187 0 0.61 0.01 0.26 301.04 0.47 0.52
Hex BD 4A BB 0 3D 1 1A 12D 2F 34
Octal 275 112 273 0 75 1 32 455 57 64
Binary 10111101 1001010 10111011 0 111101 1 11010 100101101 101111 110100

Color Harmonies of #BD4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4ABB

Black with #BD4ABB

Text Example


Text Example

White with #BD4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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