Html Css Color HEX #BD65AF Fuchsia

📋 copy color: '#BD65AF'

red 189 ◦ green 101 ◦ blue 175

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

Shades of Fuchsia #BD65AF

Tints of Fuchsia #BD65AF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.72%

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

R = 40.65%
G = 21.72%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD65AF (or 0xBD65AF) is known color: Fuchsia. HEX triplet: BD, 65 and AF. RGB value is (189,101,175). Sum of RGB (Red+Green+Blue) = 189+101+175=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD65AF is #429A50. Grayscale: #878787. Windows color (decimal): -4364881 or 11494845. OLE color: 11494845.

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

Color convert

RGB 189 101 175 -
CMYK 0 0.47 0.07 0.26
HSL 309.55º 0.4% 0.57% -
HSV(B) 309.55º 0.47% 0.74% -
XYZ 33.38 23.22 43.28 -
YUV 135.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 189 101 175 0 0.47 0.07 0.26 309.55 0.4 0.57
Hex BD 65 AF 0 2F 7 1A 136 28 39
Octal 275 145 257 0 57 7 32 466 50 71
Binary 10111101 1100101 10101111 0 101111 111 11010 100110110 101000 111001

Color Harmonies of #BD65AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65AF

Black with #BD65AF

Text Example


Text Example

White with #BD65AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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