Html Css Color HEX #BD8EEF Wisteria

📋 copy color: '#BD8EEF'

red 189 ◦ green 142 ◦ blue 239

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

Shades of Wisteria #BD8EEF

Tints of Wisteria #BD8EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 33.16%
G = 24.91%
B = 41.93%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD8EEF (or 0xBD8EEF) is known color: Wisteria. HEX triplet: BD, 8E and EF. RGB value is (189,142,239). Sum of RGB (Red+Green+Blue) = 189+142+239=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8EEF is #427110. Grayscale: #A6A6A6. Windows color (decimal): -4354321 or 15699645. OLE color: 15699645.

HSL color Cylindrical-coordinate representation of color #BD8EEF: hue angle of 269.07º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8EEF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 142 239 -
CMYK 0.21 0.41 0 0.06
HSL 269.07º 0.75% 0.75% -
HSV(B) 269.07º 0.41% 0.94% -
XYZ 46.24 36.4 86.25 -
YUV 167.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 189 142 239 0.21 0.41 0 0.06 269.07 0.75 0.75
Hex BD 8E EF 15 29 0 6 10D 4B 4B
Octal 275 216 357 25 51 0 6 415 113 113
Binary 10111101 10001110 11101111 10101 101001 0 110 100001101 1001011 1001011

Color Harmonies of #BD8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EEF

Black with #BD8EEF

Text Example


Text Example

White with #BD8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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