Html Css Color HEX #BD3CAB Fuchsia

📋 copy color: '#BD3CAB'

red 189 ◦ green 60 ◦ blue 171

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

Shades of Fuchsia #BD3CAB

Tints of Fuchsia #BD3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.29%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 45%
G = 14.29%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD3CAB (or 0xBD3CAB) is known color: Fuchsia. HEX triplet: BD, 3C and AB. RGB value is (189,60,171). Sum of RGB (Red+Green+Blue) = 189+60+171=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3CAB is #42C354. Grayscale: #6E6E6E. Windows color (decimal): -4375381 or 11222205. OLE color: 11222205.

HSL color Cylindrical-coordinate representation of color #BD3CAB: hue angle of 308.37º degrees, saturation: 0.52, 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 #BD3CAB is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 171 -
CMYK 0 0.68 0.10 0.26
HSL 308.37º 0.52% 0.49% -
HSV(B) 308.37º 0.68% 0.74% -
XYZ 29.95 16.99 40.23 -
YUV 111.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 189 60 171 0 0.68 0.10 0.26 308.37 0.52 0.49
Hex BD 3C AB 0 44 A 1A 134 34 31
Octal 275 74 253 0 104 12 32 464 64 61
Binary 10111101 111100 10101011 0 1000100 1010 11010 100110100 110100 110001

Color Harmonies of #BD3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CAB

Black with #BD3CAB

Text Example


Text Example

White with #BD3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CAB; }

 p { color: rgb(189,60,171); }

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

background-color css

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

 a { background-color: rgb(189,60,171); }

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

border-color css

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

 span { border-color: rgb(189,60,171); }

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