Html Css Color HEX #BE7FDC Wisteria

📋 copy color: '#BE7FDC'

red 190 ◦ green 127 ◦ blue 220

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

Shades of Wisteria #BE7FDC

Tints of Wisteria #BE7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

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

R = 35.38%
G = 23.65%
B = 40.97%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE7FDC (or 0xBE7FDC) is known color: Wisteria. HEX triplet: BE, 7F and DC. RGB value is (190,127,220). Sum of RGB (Red+Green+Blue) = 190+127+220=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FDC is #418023. Grayscale: #9C9C9C. Windows color (decimal): -4292644 or 14450622. OLE color: 14450622.

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

Color convert

RGB 190 127 220 -
CMYK 0.14 0.42 0 0.14
HSL 280.65º 0.57% 0.68% -
HSV(B) 280.65º 0.42% 0.86% -
XYZ 41.74 31.29 71.55 -
YUV 156.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 190 127 220 0.14 0.42 0 0.14 280.65 0.57 0.68
Hex BE 7F DC E 2A 0 E 119 39 44
Octal 276 177 334 16 52 0 16 431 71 104
Binary 10111110 1111111 11011100 1110 101010 0 1110 100011001 111001 1000100

Color Harmonies of #BE7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FDC

Black with #BE7FDC

Text Example


Text Example

White with #BE7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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