Html Css Color HEX #BD93E4 Wisteria

📋 copy color: '#BD93E4'

red 189 ◦ green 147 ◦ blue 228

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

Shades of Wisteria #BD93E4

Tints of Wisteria #BD93E4

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.06%

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 33.51%
G = 26.06%
B = 40.43%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD93E4 (or 0xBD93E4) is known color: Wisteria. HEX triplet: BD, 93 and E4. RGB value is (189,147,228). Sum of RGB (Red+Green+Blue) = 189+147+228=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD93E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93E4 is #426C1B. Grayscale: #A8A8A8. Windows color (decimal): -4353052 or 14980029. OLE color: 14980029.

HSL color Cylindrical-coordinate representation of color #BD93E4: hue angle of 271.11º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD93E4 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 147 228 -
CMYK 0.17 0.36 0 0.11
HSL 271.11º 0.6% 0.74% -
HSV(B) 271.11º 0.36% 0.89% -
XYZ 45.42 37.29 78.2 -
YUV 168.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 189 147 228 0.17 0.36 0 0.11 271.11 0.6 0.74
Hex BD 93 E4 11 24 0 B 10F 3C 4A
Octal 275 223 344 21 44 0 13 417 74 112
Binary 10111101 10010011 11100100 10001 100100 0 1011 100001111 111100 1001010

Color Harmonies of #BD93E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93E4

Black with #BD93E4

Text Example


Text Example

White with #BD93E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93E4; }

 p { color: rgb(189,147,228); }

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

background-color css

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

 a { background-color: rgb(189,147,228); }

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

border-color css

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

 span { border-color: rgb(189,147,228); }

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