Html Css Color HEX #BD8EF1 Wisteria

📋 copy color: '#BD8EF1'

red 189 ◦ green 142 ◦ blue 241

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

Shades of Wisteria #BD8EF1

Tints of Wisteria #BD8EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.83%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 33.04%
G = 24.83%
B = 42.13%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD8EF1 (or 0xBD8EF1) is known color: Wisteria. HEX triplet: BD, 8E and F1. RGB value is (189,142,241). Sum of RGB (Red+Green+Blue) = 189+142+241=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD8EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8EF1 is #42710E. Grayscale: #A6A6A6. Windows color (decimal): -4354319 or 15830717. OLE color: 15830717.

HSL color Cylindrical-coordinate representation of color #BD8EF1: hue angle of 268.48º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8EF1 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 142 241 -
CMYK 0.22 0.41 0 0.05
HSL 268.48º 0.78% 0.75% -
HSV(B) 268.48º 0.41% 0.95% -
XYZ 46.54 36.52 87.81 -
YUV 167.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 189 142 241 0.22 0.41 0 0.05 268.48 0.78 0.75
Hex BD 8E F1 16 29 0 5 10C 4E 4B
Octal 275 216 361 26 51 0 5 414 116 113
Binary 10111101 10001110 11110001 10110 101001 0 101 100001100 1001110 1001011

Color Harmonies of #BD8EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EF1

Black with #BD8EF1

Text Example


Text Example

White with #BD8EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EF1; }

 p { color: rgb(189,142,241); }

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

background-color css

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

 a { background-color: rgb(189,142,241); }

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

border-color css

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

 span { border-color: rgb(189,142,241); }

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