Html Css Color HEX #BD5ABE Fuchsia

📋 copy color: '#BD5ABE'

red 189 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #BD5ABE

Tints of Fuchsia #BD5ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.19%

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 40.3%
G = 19.19%
B = 40.51%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD5ABE (or 0xBD5ABE) is known color: Fuchsia. HEX triplet: BD, 5A and BE. RGB value is (189,90,190). Sum of RGB (Red+Green+Blue) = 189+90+190=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ABE is #42A541. Grayscale: #828282. Windows color (decimal): -4367682 or 12475069. OLE color: 12475069.

HSL color Cylindrical-coordinate representation of color #BD5ABE: hue angle of 299.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5ABE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 90 190 -
CMYK 0.01 0.53 0 0.25
HSL 299.4º 0.43% 0.55% -
HSV(B) 299.4º 0.53% 0.75% -
XYZ 33.94 21.85 51.14 -
YUV 131 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 189 90 190 0.01 0.53 0 0.25 299.4 0.43 0.55
Hex BD 5A BE 1 35 0 19 12B 2B 37
Octal 275 132 276 1 65 0 31 453 53 67
Binary 10111101 1011010 10111110 1 110101 0 11001 100101011 101011 110111

Color Harmonies of #BD5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5ABE

Black with #BD5ABE

Text Example


Text Example

White with #BD5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5ABE; }

 p { color: rgb(189,90,190); }

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

background-color css

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

 a { background-color: rgb(189,90,190); }

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

border-color css

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

 span { border-color: rgb(189,90,190); }

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