Html Css Color HEX #BD68B3 Fuchsia

📋 copy color: '#BD68B3'

red 189 ◦ green 104 ◦ blue 179

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

Shades of Fuchsia #BD68B3

Tints of Fuchsia #BD68B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 40.04%
G = 22.03%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD68B3 (or 0xBD68B3) is known color: Fuchsia. HEX triplet: BD, 68 and B3. RGB value is (189,104,179). Sum of RGB (Red+Green+Blue) = 189+104+179=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68B3 is #42974C. Grayscale: #898989. Windows color (decimal): -4364109 or 11757757. OLE color: 11757757.

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

Color convert

RGB 189 104 179 -
CMYK 0 0.45 0.05 0.26
HSL 307.06º 0.39% 0.57% -
HSV(B) 307.06º 0.45% 0.74% -
XYZ 34.07 23.97 45.48 -
YUV 137.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 189 104 179 0 0.45 0.05 0.26 307.06 0.39 0.57
Hex BD 68 B3 0 2D 5 1A 133 27 39
Octal 275 150 263 0 55 5 32 463 47 71
Binary 10111101 1101000 10110011 0 101101 101 11010 100110011 100111 111001

Color Harmonies of #BD68B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68B3

Black with #BD68B3

Text Example


Text Example

White with #BD68B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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