Html Css Color HEX #BD8FDC Wisteria

📋 copy color: '#BD8FDC'

red 189 ◦ green 143 ◦ blue 220

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

Shades of Wisteria #BD8FDC

Tints of Wisteria #BD8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.91%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 34.24%
G = 25.91%
B = 39.86%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD8FDC (or 0xBD8FDC) is known color: Wisteria. HEX triplet: BD, 8F and DC. RGB value is (189,143,220). Sum of RGB (Red+Green+Blue) = 189+143+220=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FDC is #427023. Grayscale: #A5A5A5. Windows color (decimal): -4354084 or 14454717. OLE color: 14454717.

HSL color Cylindrical-coordinate representation of color #BD8FDC: hue angle of 275.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD8FDC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 143 220 -
CMYK 0.14 0.35 0 0.14
HSL 275.84º 0.52% 0.71% -
HSV(B) 275.84º 0.35% 0.86% -
XYZ 43.73 35.63 72.28 -
YUV 165.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 189 143 220 0.14 0.35 0 0.14 275.84 0.52 0.71
Hex BD 8F DC E 23 0 E 114 34 47
Octal 275 217 334 16 43 0 16 424 64 107
Binary 10111101 10001111 11011100 1110 100011 0 1110 100010100 110100 1000111

Color Harmonies of #BD8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FDC

Black with #BD8FDC

Text Example


Text Example

White with #BD8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FDC; }

 p { color: rgb(189,143,220); }

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

background-color css

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

 a { background-color: rgb(189,143,220); }

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

border-color css

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

 span { border-color: rgb(189,143,220); }

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