Html Css Color HEX #BD68B0 Fuchsia

📋 copy color: '#BD68B0'

red 189 ◦ green 104 ◦ blue 176

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

Shades of Fuchsia #BD68B0

Tints of Fuchsia #BD68B0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.17%

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 40.3%
G = 22.17%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD68B0 (or 0xBD68B0) is known color: Fuchsia. HEX triplet: BD, 68 and B0. RGB value is (189,104,176). Sum of RGB (Red+Green+Blue) = 189+104+176=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD68B0 is #42974F. Grayscale: #898989. Windows color (decimal): -4364112 or 11561149. OLE color: 11561149.

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

Color convert

RGB 189 104 176 -
CMYK 0 0.45 0.07 0.26
HSL 309.18º 0.39% 0.57% -
HSV(B) 309.18º 0.45% 0.74% -
XYZ 33.77 23.85 43.9 -
YUV 137.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 189 104 176 0 0.45 0.07 0.26 309.18 0.39 0.57
Hex BD 68 B0 0 2D 7 1A 135 27 39
Octal 275 150 260 0 55 7 32 465 47 71
Binary 10111101 1101000 10110000 0 101101 111 11010 100110101 100111 111001

Color Harmonies of #BD68B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68B0

Black with #BD68B0

Text Example


Text Example

White with #BD68B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68B0; }

 p { color: rgb(189,104,176); }

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

background-color css

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

 a { background-color: rgb(189,104,176); }

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

border-color css

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

 span { border-color: rgb(189,104,176); }

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