Html Css Color HEX #BD68BA Fuchsia

📋 copy color: '#BD68BA'

red 189 ◦ green 104 ◦ blue 186

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

Shades of Fuchsia #BD68BA

Tints of Fuchsia #BD68BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 39.46%
G = 21.71%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD68BA (or 0xBD68BA) is known color: Fuchsia. HEX triplet: BD, 68 and BA. RGB value is (189,104,186). Sum of RGB (Red+Green+Blue) = 189+104+186=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68BA is #429745. Grayscale: #8A8A8A. Windows color (decimal): -4364102 or 12216509. OLE color: 12216509.

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

Color convert

RGB 189 104 186 -
CMYK 0 0.45 0.02 0.26
HSL 302.12º 0.39% 0.57% -
HSV(B) 302.12º 0.45% 0.74% -
XYZ 34.8 24.26 49.3 -
YUV 138.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 189 104 186 0 0.45 0.02 0.26 302.12 0.39 0.57
Hex BD 68 BA 0 2D 2 1A 12E 27 39
Octal 275 150 272 0 55 2 32 456 47 71
Binary 10111101 1101000 10111010 0 101101 10 11010 100101110 100111 111001

Color Harmonies of #BD68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68BA

Black with #BD68BA

Text Example


Text Example

White with #BD68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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