Html Css Color HEX #BD8FE7 Wisteria

📋 copy color: '#BD8FE7'

red 189 ◦ green 143 ◦ blue 231

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

Shades of Wisteria #BD8FE7

Tints of Wisteria #BD8FE7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.4%

 BLUE value IS 231 (90.63% from 255) = 41.03%

R = 33.57%
G = 25.4%
B = 41.03%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD8FE7 (or 0xBD8FE7) is known color: Wisteria. HEX triplet: BD, 8F and E7. RGB value is (189,143,231). Sum of RGB (Red+Green+Blue) = 189+143+231=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD8FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FE7 is #427018. Grayscale: #A6A6A6. Windows color (decimal): -4354073 or 15175613. OLE color: 15175613.

HSL color Cylindrical-coordinate representation of color #BD8FE7: hue angle of 271.36º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8FE7 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 143 231 -
CMYK 0.18 0.38 0 0.09
HSL 271.36º 0.65% 0.73% -
HSV(B) 271.36º 0.38% 0.91% -
XYZ 45.23 36.23 80.21 -
YUV 166.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 189 143 231 0.18 0.38 0 0.09 271.36 0.65 0.73
Hex BD 8F E7 12 26 0 9 10F 41 49
Octal 275 217 347 22 46 0 11 417 101 111
Binary 10111101 10001111 11100111 10010 100110 0 1001 100001111 1000001 1001001

Color Harmonies of #BD8FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FE7

Black with #BD8FE7

Text Example


Text Example

White with #BD8FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FE7; }

 p { color: rgb(189,143,231); }

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

background-color css

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

 a { background-color: rgb(189,143,231); }

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

border-color css

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

 span { border-color: rgb(189,143,231); }

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