Html Css Color HEX #BE8DCD Wisteria

📋 copy color: '#BE8DCD'

red 190 ◦ green 141 ◦ blue 205

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

Shades of Wisteria #BE8DCD

Tints of Wisteria #BE8DCD

RGB

 RED value IS 190 (74.61% from 255) = 35.45%

 GREEN value IS 141 (55.47% from 255) = 26.31%

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 35.45%
G = 26.31%
B = 38.25%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE8DCD (or 0xBE8DCD) is known color: Wisteria. HEX triplet: BE, 8D and CD. RGB value is (190,141,205). Sum of RGB (Red+Green+Blue) = 190+141+205=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DCD is #417232. Grayscale: #A2A2A2. Windows color (decimal): -4289075 or 13471166. OLE color: 13471166.

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

Color convert

RGB 190 141 205 -
CMYK 0.07 0.31 0 0.20
HSL 285.94º 0.39% 0.68% -
HSV(B) 285.94º 0.31% 0.8% -
XYZ 41.78 34.4 62.2 -
YUV 162.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 190 141 205 0.07 0.31 0 0.20 285.94 0.39 0.68
Hex BE 8D CD 7 1F 0 14 11E 27 44
Octal 276 215 315 7 37 0 24 436 47 104
Binary 10111110 10001101 11001101 111 11111 0 10100 100011110 100111 1000100

Color Harmonies of #BE8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8DCD

Black with #BE8DCD

Text Example


Text Example

White with #BE8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8DCD; }

 p { color: rgb(190,141,205); }

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

background-color css

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

 a { background-color: rgb(190,141,205); }

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

border-color css

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

 span { border-color: rgb(190,141,205); }

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