Html Css Color HEX #BD84ED Wisteria

📋 copy color: '#BD84ED'

red 189 ◦ green 132 ◦ blue 237

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

Shades of Wisteria #BD84ED

Tints of Wisteria #BD84ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 33.87%
G = 23.66%
B = 42.47%

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

#BD84ED (or 0xBD84ED) is known color: Wisteria. HEX triplet: BD, 84 and ED. RGB value is (189,132,237). Sum of RGB (Red+Green+Blue) = 189+132+237=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD84ED is #427B12. Grayscale: #A0A0A0. Windows color (decimal): -4356883 or 15566013. OLE color: 15566013.

HSL color Cylindrical-coordinate representation of color #BD84ED: hue angle of 272.57º degrees, saturation: 0.74, 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 #BD84ED is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 132 237 -
CMYK 0.20 0.44 0 0.07
HSL 272.57º 0.74% 0.72% -
HSV(B) 272.57º 0.44% 0.93% -
XYZ 44.52 33.44 84.23 -
YUV 161.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 189 132 237 0.20 0.44 0 0.07 272.57 0.74 0.72
Hex BD 84 ED 14 2C 0 7 111 4A 48
Octal 275 204 355 24 54 0 7 421 112 110
Binary 10111101 10000100 11101101 10100 101100 0 111 100010001 1001010 1001000

Color Harmonies of #BD84ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84ED

Black with #BD84ED

Text Example


Text Example

White with #BD84ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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