Html Css Color HEX #BD84EC Wisteria

📋 copy color: '#BD84EC'

red 189 ◦ green 132 ◦ blue 236

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

Shades of Wisteria #BD84EC

Tints of Wisteria #BD84EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 33.93%
G = 23.7%
B = 42.37%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD84EC (or 0xBD84EC) is known color: Wisteria. HEX triplet: BD, 84 and EC. RGB value is (189,132,236). Sum of RGB (Red+Green+Blue) = 189+132+236=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD84EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD84EC is #427B13. Grayscale: #A0A0A0. Windows color (decimal): -4356884 or 15500477. OLE color: 15500477.

HSL color Cylindrical-coordinate representation of color #BD84EC: hue angle of 272.88º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD84EC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 132 236 -
CMYK 0.20 0.44 0 0.07
HSL 272.88º 0.73% 0.72% -
HSV(B) 272.88º 0.44% 0.93% -
XYZ 44.38 33.38 83.46 -
YUV 160.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 189 132 236 0.20 0.44 0 0.07 272.88 0.73 0.72
Hex BD 84 EC 14 2C 0 7 111 49 48
Octal 275 204 354 24 54 0 7 421 111 110
Binary 10111101 10000100 11101100 10100 101100 0 111 100010001 1001001 1001000

Color Harmonies of #BD84EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84EC

Black with #BD84EC

Text Example


Text Example

White with #BD84EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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