Html Css Color HEX #BD8FDA Wisteria

📋 copy color: '#BD8FDA'

red 189 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #BD8FDA

Tints of Wisteria #BD8FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 34.36%
G = 26%
B = 39.64%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD8FDA (or 0xBD8FDA) is known color: Wisteria. HEX triplet: BD, 8F and DA. RGB value is (189,143,218). Sum of RGB (Red+Green+Blue) = 189+143+218=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FDA is #427025. Grayscale: #A5A5A5. Windows color (decimal): -4354086 or 14323645. OLE color: 14323645.

HSL color Cylindrical-coordinate representation of color #BD8FDA: hue angle of 276.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD8FDA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 143 218 -
CMYK 0.13 0.34 0 0.15
HSL 276.8º 0.5% 0.71% -
HSV(B) 276.8º 0.34% 0.85% -
XYZ 43.46 35.53 70.9 -
YUV 165.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 189 143 218 0.13 0.34 0 0.15 276.8 0.5 0.71
Hex BD 8F DA D 22 0 F 115 32 47
Octal 275 217 332 15 42 0 17 425 62 107
Binary 10111101 10001111 11011010 1101 100010 0 1111 100010101 110010 1000111

Color Harmonies of #BD8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FDA

Black with #BD8FDA

Text Example


Text Example

White with #BD8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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