Html Css Color HEX #BD68B4 Fuchsia

📋 copy color: '#BD68B4'

red 189 ◦ green 104 ◦ blue 180

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

Shades of Fuchsia #BD68B4

Tints of Fuchsia #BD68B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 39.96%
G = 21.99%
B = 38.05%

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

#BD68B4 (or 0xBD68B4) is known color: Fuchsia. HEX triplet: BD, 68 and B4. RGB value is (189,104,180). Sum of RGB (Red+Green+Blue) = 189+104+180=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68B4 is #42974B. Grayscale: #898989. Windows color (decimal): -4364108 or 11823293. OLE color: 11823293.

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

Color convert

RGB 189 104 180 -
CMYK 0 0.45 0.05 0.26
HSL 306.35º 0.39% 0.57% -
HSV(B) 306.35º 0.45% 0.74% -
XYZ 34.17 24.01 46.01 -
YUV 138.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 189 104 180 0 0.45 0.05 0.26 306.35 0.39 0.57
Hex BD 68 B4 0 2D 5 1A 132 27 39
Octal 275 150 264 0 55 5 32 462 47 71
Binary 10111101 1101000 10110100 0 101101 101 11010 100110010 100111 111001

Color Harmonies of #BD68B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68B4

Black with #BD68B4

Text Example


Text Example

White with #BD68B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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