Html Css Color HEX #BE8FE0 Wisteria

📋 copy color: '#BE8FE0'

red 190 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #BE8FE0

Tints of Wisteria #BE8FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 34.11%
G = 25.67%
B = 40.22%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE8FE0 (or 0xBE8FE0) is known color: Wisteria. HEX triplet: BE, 8F and E0. RGB value is (190,143,224). Sum of RGB (Red+Green+Blue) = 190+143+224=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE8FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FE0 is #41701F. Grayscale: #A6A6A6. Windows color (decimal): -4288544 or 14716862. OLE color: 14716862.

HSL color Cylindrical-coordinate representation of color #BE8FE0: hue angle of 274.81º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE8FE0 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 143 224 -
CMYK 0.15 0.36 0 0.12
HSL 274.81º 0.57% 0.72% -
HSV(B) 274.81º 0.36% 0.88% -
XYZ 44.51 35.97 75.12 -
YUV 166.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 190 143 224 0.15 0.36 0 0.12 274.81 0.57 0.72
Hex BE 8F E0 F 24 0 C 113 39 48
Octal 276 217 340 17 44 0 14 423 71 110
Binary 10111110 10001111 11100000 1111 100100 0 1100 100010011 111001 1001000

Color Harmonies of #BE8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FE0

Black with #BE8FE0

Text Example


Text Example

White with #BE8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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