Html Css Color HEX #BE8FDD Wisteria

📋 copy color: '#BE8FDD'

red 190 ◦ green 143 ◦ blue 221

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

Shades of Wisteria #BE8FDD

Tints of Wisteria #BE8FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 34.3%
G = 25.81%
B = 39.89%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE8FDD (or 0xBE8FDD) is known color: Wisteria. HEX triplet: BE, 8F and DD. RGB value is (190,143,221). Sum of RGB (Red+Green+Blue) = 190+143+221=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FDD is #417022. Grayscale: #A5A5A5. Windows color (decimal): -4288547 or 14520254. OLE color: 14520254.

HSL color Cylindrical-coordinate representation of color #BE8FDD: hue angle of 276.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE8FDD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 143 221 -
CMYK 0.14 0.35 0 0.13
HSL 276.15º 0.53% 0.71% -
HSV(B) 276.15º 0.35% 0.87% -
XYZ 44.11 35.81 72.99 -
YUV 165.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 190 143 221 0.14 0.35 0 0.13 276.15 0.53 0.71
Hex BE 8F DD E 23 0 D 114 35 47
Octal 276 217 335 16 43 0 15 424 65 107
Binary 10111110 10001111 11011101 1110 100011 0 1101 100010100 110101 1000111

Color Harmonies of #BE8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FDD

Black with #BE8FDD

Text Example


Text Example

White with #BE8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FDD; }

 p { color: rgb(190,143,221); }

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

background-color css

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

 a { background-color: rgb(190,143,221); }

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

border-color css

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

 span { border-color: rgb(190,143,221); }

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