Html Css Color HEX #BD4BB4 Fuchsia

📋 copy color: '#BD4BB4'

red 189 ◦ green 75 ◦ blue 180

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

Shades of Fuchsia #BD4BB4

Tints of Fuchsia #BD4BB4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.89%

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 42.57%
G = 16.89%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD4BB4 (or 0xBD4BB4) is known color: Fuchsia. HEX triplet: BD, 4B and B4. RGB value is (189,75,180). Sum of RGB (Red+Green+Blue) = 189+75+180=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BB4 is #42B44B. Grayscale: #787878. Windows color (decimal): -4371532 or 11815869. OLE color: 11815869.

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

Color convert

RGB 189 75 180 -
CMYK 0 0.60 0.05 0.26
HSL 304.74º 0.46% 0.52% -
HSV(B) 304.74º 0.6% 0.74% -
XYZ 31.74 19.15 45.2 -
YUV 121.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 189 75 180 0 0.60 0.05 0.26 304.74 0.46 0.52
Hex BD 4B B4 0 3C 5 1A 131 2E 34
Octal 275 113 264 0 74 5 32 461 56 64
Binary 10111101 1001011 10110100 0 111100 101 11010 100110001 101110 110100

Color Harmonies of #BD4BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BB4

Black with #BD4BB4

Text Example


Text Example

White with #BD4BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BB4; }

 p { color: rgb(189,75,180); }

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

background-color css

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

 a { background-color: rgb(189,75,180); }

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

border-color css

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

 span { border-color: rgb(189,75,180); }

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