Html Css Color HEX #BD85DF Wisteria

📋 copy color: '#BD85DF'

red 189 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #BD85DF

Tints of Wisteria #BD85DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.4%

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 34.68%
G = 24.4%
B = 40.92%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD85DF (or 0xBD85DF) is known color: Wisteria. HEX triplet: BD, 85 and DF. RGB value is (189,133,223). Sum of RGB (Red+Green+Blue) = 189+133+223=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85DF is #427A20. Grayscale: #9F9F9F. Windows color (decimal): -4356641 or 14648765. OLE color: 14648765.

HSL color Cylindrical-coordinate representation of color #BD85DF: hue angle of 277.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD85DF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 133 223 -
CMYK 0.15 0.40 0 0.13
HSL 277.33º 0.58% 0.7% -
HSV(B) 277.33º 0.4% 0.87% -
XYZ 42.69 32.92 73.92 -
YUV 160 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 189 133 223 0.15 0.40 0 0.13 277.33 0.58 0.7
Hex BD 85 DF F 28 0 D 115 3A 46
Octal 275 205 337 17 50 0 15 425 72 106
Binary 10111101 10000101 11011111 1111 101000 0 1101 100010101 111010 1000110

Color Harmonies of #BD85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD85DF

Black with #BD85DF

Text Example


Text Example

White with #BD85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD85DF; }

 p { color: rgb(189,133,223); }

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

background-color css

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

 a { background-color: rgb(189,133,223); }

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

border-color css

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

 span { border-color: rgb(189,133,223); }

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