Html Css Color HEX #BD68B5 Fuchsia

📋 copy color: '#BD68B5'

red 189 ◦ green 104 ◦ blue 181

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

Shades of Fuchsia #BD68B5

Tints of Fuchsia #BD68B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.19%

R = 39.87%
G = 21.94%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD68B5 (or 0xBD68B5) is known color: Fuchsia. HEX triplet: BD, 68 and B5. RGB value is (189,104,181). Sum of RGB (Red+Green+Blue) = 189+104+181=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68B5 is #42974A. Grayscale: #898989. Windows color (decimal): -4364107 or 11888829. OLE color: 11888829.

HSL color Cylindrical-coordinate representation of color #BD68B5: hue angle of 305.65º 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 #BD68B5 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 104 181 -
CMYK 0 0.45 0.04 0.26
HSL 305.65º 0.39% 0.57% -
HSV(B) 305.65º 0.45% 0.74% -
XYZ 34.28 24.06 46.55 -
YUV 138.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 189 104 181 0 0.45 0.04 0.26 305.65 0.39 0.57
Hex BD 68 B5 0 2D 4 1A 132 27 39
Octal 275 150 265 0 55 4 32 462 47 71
Binary 10111101 1101000 10110101 0 101101 100 11010 100110010 100111 111001

Color Harmonies of #BD68B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68B5

Black with #BD68B5

Text Example


Text Example

White with #BD68B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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