Html Css Color HEX #BD27AF Fuchsia

📋 copy color: '#BD27AF'

red 189 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #BD27AF

Tints of Fuchsia #BD27AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.68%

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 46.9%
G = 9.68%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD27AF (or 0xBD27AF) is known color: Fuchsia. HEX triplet: BD, 27 and AF. RGB value is (189,39,175). Sum of RGB (Red+Green+Blue) = 189+39+175=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD27AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD27AF is #42D850. Grayscale: #626262. Windows color (decimal): -4380753 or 11478973. OLE color: 11478973.

HSL color Cylindrical-coordinate representation of color #BD27AF: hue angle of 305.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD27AF is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 39 175 -
CMYK 0 0.79 0.07 0.26
HSL 305.6º 0.66% 0.45% -
HSV(B) 305.6º 0.79% 0.74% -
XYZ 29.45 15.37 41.97 -
YUV 99.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 189 39 175 0 0.79 0.07 0.26 305.6 0.66 0.45
Hex BD 27 AF 0 4F 7 1A 132 42 2D
Octal 275 47 257 0 117 7 32 462 102 55
Binary 10111101 100111 10101111 0 1001111 111 11010 100110010 1000010 101101

Color Harmonies of #BD27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27AF

Black with #BD27AF

Text Example


Text Example

White with #BD27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27AF; }

 p { color: rgb(189,39,175); }

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

background-color css

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

 a { background-color: rgb(189,39,175); }

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

border-color css

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

 span { border-color: rgb(189,39,175); }

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