Html Css Color HEX #BE7CDC Wisteria

📋 copy color: '#BE7CDC'

red 190 ◦ green 124 ◦ blue 220

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

Shades of Wisteria #BE7CDC

Tints of Wisteria #BE7CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.22%

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 35.58%
G = 23.22%
B = 41.2%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE7CDC (or 0xBE7CDC) is known color: Wisteria. HEX triplet: BE, 7C and DC. RGB value is (190,124,220). Sum of RGB (Red+Green+Blue) = 190+124+220=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE7CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CDC is #418323. Grayscale: #9A9A9A. Windows color (decimal): -4293412 or 14449854. OLE color: 14449854.

HSL color Cylindrical-coordinate representation of color #BE7CDC: hue angle of 281.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7CDC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 124 220 -
CMYK 0.14 0.44 0 0.14
HSL 281.25º 0.58% 0.67% -
HSV(B) 281.25º 0.44% 0.86% -
XYZ 41.36 30.53 71.42 -
YUV 154.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 190 124 220 0.14 0.44 0 0.14 281.25 0.58 0.67
Hex BE 7C DC E 2C 0 E 119 3A 43
Octal 276 174 334 16 54 0 16 431 72 103
Binary 10111110 1111100 11011100 1110 101100 0 1110 100011001 111010 1000011

Color Harmonies of #BE7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CDC

Black with #BE7CDC

Text Example


Text Example

White with #BE7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CDC; }

 p { color: rgb(190,124,220); }

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

background-color css

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

 a { background-color: rgb(190,124,220); }

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

border-color css

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

 span { border-color: rgb(190,124,220); }

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