Html Css Color HEX #BD84DC Wisteria

📋 copy color: '#BD84DC'

red 189 ◦ green 132 ◦ blue 220

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

Shades of Wisteria #BD84DC

Tints of Wisteria #BD84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.4%

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

R = 34.94%
G = 24.4%
B = 40.67%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD84DC (or 0xBD84DC) is known color: Wisteria. HEX triplet: BD, 84 and DC. RGB value is (189,132,220). Sum of RGB (Red+Green+Blue) = 189+132+220=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84DC is #427B23. Grayscale: #9E9E9E. Windows color (decimal): -4356900 or 14451901. OLE color: 14451901.

HSL color Cylindrical-coordinate representation of color #BD84DC: hue angle of 278.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD84DC is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 132 220 -
CMYK 0.14 0.40 0 0.14
HSL 278.86º 0.56% 0.69% -
HSV(B) 278.86º 0.4% 0.86% -
XYZ 42.16 32.49 71.76 -
YUV 159.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 189 132 220 0.14 0.40 0 0.14 278.86 0.56 0.69
Hex BD 84 DC E 28 0 E 117 38 45
Octal 275 204 334 16 50 0 16 427 70 105
Binary 10111101 10000100 11011100 1110 101000 0 1110 100010111 111000 1000101

Color Harmonies of #BD84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84DC

Black with #BD84DC

Text Example


Text Example

White with #BD84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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