Html Css Color HEX #BD8FCE Wisteria

📋 copy color: '#BD8FCE'

red 189 ◦ green 143 ◦ blue 206

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

Shades of Wisteria #BD8FCE

Tints of Wisteria #BD8FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 35.13%
G = 26.58%
B = 38.29%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD8FCE (or 0xBD8FCE) is known color: Wisteria. HEX triplet: BD, 8F and CE. RGB value is (189,143,206). Sum of RGB (Red+Green+Blue) = 189+143+206=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FCE is #427031. Grayscale: #A3A3A3. Windows color (decimal): -4354098 or 13537213. OLE color: 13537213.

HSL color Cylindrical-coordinate representation of color #BD8FCE: hue angle of 283.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8FCE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 143 206 -
CMYK 0.08 0.31 0 0.19
HSL 283.81º 0.39% 0.68% -
HSV(B) 283.81º 0.31% 0.81% -
XYZ 41.95 34.92 62.92 -
YUV 163.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 189 143 206 0.08 0.31 0 0.19 283.81 0.39 0.68
Hex BD 8F CE 8 1F 0 13 11C 27 44
Octal 275 217 316 10 37 0 23 434 47 104
Binary 10111101 10001111 11001110 1000 11111 0 10011 100011100 100111 1000100

Color Harmonies of #BD8FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FCE

Black with #BD8FCE

Text Example


Text Example

White with #BD8FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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